> For the complete documentation index, see [llms.txt](https://docs.koinju.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.koinju.io/data/coverage.md).

# Coverage

Following is the list of supported exchanges with its id (which needs to be used for all data requests) and the historical date from which the data is available and validated.

| Exch Name                | Exch ID              | Historical Date |
| ------------------------ | -------------------- | --------------- |
| 1. Binance               | binance              | 2017-08-01      |
| 2. Binance Coin-M Future | binance-coinm-future | 2020-08-01      |
| 3. Binance USD-M Future  | binance-usdm-future  | 2019-09-01      |
| 4. Bitfinex              | bitfinex             | 2013-01-14      |
| 5. Bitfinex Future       | bitfinex-future      | 2019-07-03      |
| 6. Bitstamp              | bitstamp             | 2024-08-01      |
| 7. Bybit                 | bybit                | 2022-11-10      |
| 8. Bybit Coin-M Future   | bybit-coinm-future   | 2019-10-01      |
| 9. Bybit USD-M Future    | bybit-usdm-future    | 2020-03-25      |
| 10. Coinbase             | coinbase             | 2014-12-01      |
| 14. Crypto.com           | cryptodot-com        | 2023-10-01      |
| 15. Crypto.com Future    | cryptodot-com-future | 2024-11-01      |
| 16. Deribit              | deribit              | 2023-04-24      |
| 17. Deribit Future       | deribit-future       | 2017-01-06      |
| 18. Deribit Option       | deribit-option       | 2016-11-29      |
| 19. Gateio               | gateio               | 2021-01-01      |
| 20. Gemini               | gemini               | 2024-06-01      |
| 21. Kraken               | kraken               | 2013-10-01      |
| 22. Kraken Future        | kraken-future        | 2021-05-27      |
| 23. Kucoin               | kucoin               | 2022-12-31      |
| 24. Kucoin Future        | kucoin-future        | 2023-01-01      |
| 25. OKX                  | okx                  | 2021-10-01      |

#### Data delay

Currently the market data is delayed by 5 seconds. Arrangement can be made for real-time data on request from the client.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.koinju.io/data/coverage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
