/markets
prefix by the end of March 2025 (or sooner). These changes will provide a more consistent and intuitive URI structure, improved usability, and enhanced scalability.
market/options/open-interest/exchange/{exchange}/historical
) will be replaced by new versioned endpoints using the /markets
prefix and a streamlined naming convention:
market/options/open-interest/exchange/{exchange}/historical
→ /markets/options/batch-open-interest/{exchange}
pair
becomes instruments
exchange
is a required path parameterinstruments
is a required parameterstartDate
and endDate
parameters cannot retrieve data older than 62 days. Any requests attempting to access data beyond this limit will result in an error. Default behavior will change to return only the previous 62 days of data.timeInterval
will no longer accept tick
or ticks
(only minutes, hours, days)timeFormat
remains unchanged (keep existing functionality)next
URL)api-version
Accept-Encoding
Action | Date |
---|---|
Announcement of changes | 2025-01-08 |
New endpoints available | 2025-03-31 (or sooner) |
Legacy endpoints deprecated | 2025-06-01 |
Legacy Endpoint | Future New Endpoint |
---|---|
market/futures/funding-rates/exchange/{exchange}/historical | /markets/futures/batch-funding-rates/{exchange} |
market/futures/ohlcv/exchange/{exchange}/historical | /markets/futures/batch-ohlcv/{exchange} |
market/futures/open-interest/exchange/{exchange}/historical | /markets/futures/batch-open-interest/{exchange} |
market/options/ohlcv/exchange/{exchange}/historical | /markets/options/batch-ohlcv/{exchange} |
market/options/open-interest/exchange/{exchange}/historical | /markets/options/batch-open-interest/{exchange} |
market/spot/ohlcv/exchange/{exchange}/historical | /markets/spot/batch-ohlcv/{exchange} |
market/swaps/ohlcv/exchange/{exchange}/historical | /markets/futures/batch-ohlcv/{exchange} |
market/swaps/funding-rates/exchange/{exchange}/historical | /markets/futures/batch-funding-rates/{exchange} |
market/swaps/open-interest/exchange/{exchange}/historical | /markets/futures/batch-open-interest/{exchange} |
/markets
endpoints once they are available.