> For the complete documentation index, see [llms.txt](https://fundamental-interactions-inc.gitbook.io/finteractions.com-restapi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fundamental-interactions-inc.gitbook.io/finteractions.com-restapi/overview.md).

# OVERVIEW

INTRODUCTION

Fundamental Interactions market center technology API has been deployed for subscribers to gain fast and easy integration. Subscribers can utilize the API for user creation, order and market data access for integration over the web. Subscribers' applications, which can be desktop, web portal, or black box based, will communicate with the market center servers using different types of messages. These messages are made available through the REST API layer.

The API messages are backward and forward compatible. New messages and new fields can be added to the API, but existing messages and fields will never change, so users of previous API versions will not be affected when new versions are released. If a subscriber wants access to new messages or fields, they can simply add them to their message structure. Most of the messages and related fields are self-explanatory.

Any questions about the REST API can be directed to Fundamental Interactions support email: <support@fundamentalinteractions.com>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fundamental-interactions-inc.gitbook.io/finteractions.com-restapi/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
