# 5.2.3. APIs of Cryptocurrency Exchanges

As stated before, the most important aspect of Future Gold Arbitrage is communicating with exchanges. Most cryptocurrency exchanges publicly offer APIs, and many of them are also well documented. Some exchange APIs partially or fully lack documentation, a few are not even mentioned on their website, but are only offered after asking for them in person. An example for such an undocumented API is Future Golds WebSocket API.&#x20;

There are two main functionalities why Future Gold Arbitrage needs to interact with exchanges:

• Market Data : reading current prices, recent trades as well as information on the trading volume and order book.&#x20;

• Order Management : adding or removing orders from the exchange, knowing when orders were partially or fully filled and executed.

Future Gold Arbitrage is integrated with numerous exchanges. Custom adaptors were implemented, which connect to each individual exchange API in the most efficient way possible.


---

# Agent Instructions: 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://docs.futuregold.us/ai-arbitrage-trade-system/5.-technical-details/5.2.-apis-of-cryptocurrency-exchanges/5.2.3.-apis-of-cryptocurrency-exchanges.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.
