{ "info": { "_postman_id": "dabc66d0-cc11-4c4a-8bdb-35b1d59bb035", "name": "market-api", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-dabc66d0-cc11-4c4a-8bdb-35b1d59bb035" }, "item": [ { "name": "spot", "item": [ { "name": "exchanges", "item": [ { "name": "information", "item": [ { "name": "Instruments", "id": "2e3a96b8-d43f-43eb-a5ef-4644ec7190a0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/exchanges/information?exchange=&instrument=&timeFormat=&includeInactive=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "exchanges", "information" ], "query": [ { "description": "only return data for the given exchanges (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** True | False*.", "key": "includeInactive", "value": "" } ] }, "description": "Provides detailed metadata for available trading pairs on supported Spot market exchanges, including exchange names, trading instruments, and available data types (OHLCV, Order Book Snapshots, Order Book Events, Ticker, and Trades) with respective data availability periods." }, "response": [ { "id": "706a1505-2fea-4bdc-ade6-4105c329d490", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/exchanges/information?exchange=&instrument=&timeFormat=&includeInactive=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "exchanges", "information" ], "query": [ { "description": "only return data for the given exchanges (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** True | False*.", "key": "includeInactive", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": {}\n },\n \"data\": {\n \"gdax\": {\n \"00_usd\": {\n \"ohlc\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"order_book_update\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"order_book\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"ticker\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"trade\": {\n \"startDate\": 0,\n \"endDate\": 0\n }\n }\n }\n }\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-706a1505-2fea-4bdc-ade6-4105c329d490" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-2e3a96b8-d43f-43eb-a5ef-4644ec7190a0" } ], "id": "6342ce4c-7776-48f2-bd7f-20dce305d894", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-6342ce4c-7776-48f2-bd7f-20dce305d894" }, { "name": "reference", "item": [ { "name": "Reference", "id": "629323d9-5c12-4a25-b004-821183e52dba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/exchanges/reference?exchange=&instrument=&includeInactive=&includeOriginalReference=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "exchanges", "reference" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all pairs, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** If true, endpoint returns originalReference. **[Defaults]** `True | False*`.", "key": "includeOriginalReference", "value": "" } ] }, "description": "Returns essential reference details for Spot market trading pairs on supported exchanges, including symbols, market status, price and volume limits, cost and leverage constraints, precision requirements, and listing metadata." }, "response": [ { "id": "52f2bb82-1773-4276-a376-455d398dd025", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/exchanges/reference?exchange=&instrument=&includeInactive=&includeOriginalReference=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "exchanges", "reference" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all pairs, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** If true, endpoint returns originalReference. **[Defaults]** `True | False*`.", "key": "includeOriginalReference", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"baseSymbol\": \"\",\n \"quoteSymbol\": \"\",\n \"market\": \"\",\n \"exchangeEnabled\": \"\",\n \"limitsPriceMin\": \"\",\n \"limitsPriceMax\": \"\",\n \"limitsVolumeMin\": \"\",\n \"limitsVolumeMax\": \"\",\n \"limitsMarketMin\": \"\",\n \"limitsMarketMax\": \"\",\n \"limitsLeverageMin\": \"\",\n \"limitsLeverageMax\": \"\",\n \"limitsLeverageSuperMax\": \"\",\n \"limitsCostMin\": \"\",\n \"limitsCostMax\": \"\",\n \"precisionPrice\": \"\",\n \"precisionVolume\": \"\",\n \"precisionBase\": \"\",\n \"precisionQuote\": \"\",\n \"listingTimestamp\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"baseSymbol\": \"\",\n \"quoteSymbol\": \"\",\n \"market\": \"\",\n \"exchangeEnabled\": \"\",\n \"limitsPriceMin\": \"\",\n \"limitsPriceMax\": \"\",\n \"limitsVolumeMin\": \"\",\n \"limitsVolumeMax\": \"\",\n \"limitsMarketMin\": \"\",\n \"limitsMarketMax\": \"\",\n \"limitsLeverageMin\": \"\",\n \"limitsLeverageMax\": \"\",\n \"limitsLeverageSuperMax\": \"\",\n \"limitsCostMin\": \"\",\n \"limitsCostMax\": \"\",\n \"precisionPrice\": \"\",\n \"precisionVolume\": \"\",\n \"precisionBase\": \"\",\n \"precisionQuote\": \"\",\n \"listingTimestamp\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-52f2bb82-1773-4276-a376-455d398dd025" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-629323d9-5c12-4a25-b004-821183e52dba" } ], "id": "35334c68-25c4-4b20-bec3-5a3c0c191611", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-35334c68-25c4-4b20-bec3-5a3c0c191611" } ], "id": "47a4568c-95ae-4574-bd16-897345ee618b", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-47a4568c-95ae-4574-bd16-897345ee618b" }, { "name": "order-book-snapshots", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "3398a2e8-8b96-4732-8b64-9600ef765b8d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/order-book-snapshots/information?exchange=bitfinex&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "spot", "order-book-snapshots", "information" ], "query": [ { "description": "The exchange(s) for which to retrieve spot order book data. Example: exchange=bitfinex,bitstamp", "key": "exchange", "value": "bitfinex" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If `true`, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] }, "description": "Provides availability details for Spot market order book snapshots across supported exchanges, including trading pairs, data coverage start and end times, and exchange-specific information." }, "response": [ { "id": "854c7f68-9cec-4477-9758-189867a6a440", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/order-book-snapshots/information?exchange=bitfinex&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "spot", "order-book-snapshots", "information" ], "query": [ { "description": "The exchange(s) for which to retrieve spot order book data. Example: exchange=bitfinex,bitstamp", "key": "exchange", "value": "bitfinex" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If `true`, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"address\": \"\",\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"address\": \"\",\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-854c7f68-9cec-4477-9758-189867a6a440" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-3398a2e8-8b96-4732-8b64-9600ef765b8d" } ], "id": "5980dffe-9ca9-471b-922d-b2a44fd43586", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-5980dffe-9ca9-471b-922d-b2a44fd43586" }, { "name": "{instrument}", "item": [ { "name": "Snapshots Historical", "id": "401b63d5-5a6f-4376-a7eb-b84fbfc21e5a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/order-book-snapshots/:instrument?exchange=bitfinex&startDate=&endDate=&maxLevel=×tamp=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "order-book-snapshots", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "bitfinex" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "The number of order book levels that should be returned. By default, returns max available levels.", "key": "maxLevel", "value": "" }, { "description": "Filter for order book data that is less or equal to this specified timestamp.", "key": "timestamp", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "f958d0c1-4a1f-4924-9aea-91028049dd1f", "key": "instrument", "value": "eth_usd", "description": "(Required) The spot instrument for which data will be retrieved." } ] }, "description": "Delivers historical order book snapshots for specified Spot market trading pairs, including detailed bid and ask levels, volume, and order count per price level, along with timestamps to track market depth over time." }, "response": [ { "id": "6a083619-bc7e-4a06-b062-b3634e46f3af", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/order-book-snapshots/:instrument?exchange=bitfinex&startDate=&endDate=&maxLevel=×tamp=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "order-book-snapshots", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "bitfinex" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "The number of order book levels that should be returned. By default, returns max available levels.", "key": "maxLevel", "value": "" }, { "description": "Filter for order book data that is less or equal to this specified timestamp.", "key": "timestamp", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"requestedStartDate\": \"\",\n \"requestedEndDate\": \"\",\n \"returnedStartDate\": \"\",\n \"returnedEndDate\": \"\",\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"timestamp\": \"\",\n \"sequence\": \"\",\n \"ask\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"timestamp\": \"\",\n \"sequence\": \"\",\n \"ask\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-6a083619-bc7e-4a06-b062-b3634e46f3af" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-401b63d5-5a6f-4376-a7eb-b84fbfc21e5a" } ], "id": "30752ca9-e4de-41a4-9618-3b79563babee", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-30752ca9-e4de-41a4-9618-3b79563babee" } ], "id": "59880483-5541-4aa0-a989-6587b30fcb14", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-59880483-5541-4aa0-a989-6587b30fcb14" }, { "name": "order-book-events", "item": [ { "name": "{instrument}", "item": [ { "name": "Events/Updates Historical", "id": "cb51a7c8-9e1a-4c29-a2a7-841f5b97dbe5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/order-book-events/:instrument?exchange=gdax&startDate=2024-03-01T00:00:00&endDate=2024-03-01T01:00:00&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "order-book-events", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "gdax" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "2024-03-01T00:00:00" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "2024-03-01T01:00:00" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "240dfd2d-f3e4-4280-bb52-f49aa85871f1", "key": "instrument", "value": "btc_usd", "description": "(Required) The spot instrument for which data will be retrieved." } ] }, "description": "Provides historical updates to Spot market order books, capturing real-time changes in bid and ask levels, volumes, and order counts for specified trading pairs, with precise timestamps for event sequencing and tracking market activity." }, "response": [ { "id": "c6b72c26-31b5-4b77-84a6-60fc7e3f2db9", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/order-book-events/:instrument?exchange=gdax&startDate=2024-03-01T00:00:00&endDate=2024-03-01T01:00:00&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "order-book-events", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "gdax" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "2024-03-01T00:00:00" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "2024-03-01T01:00:00" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"requestedStartDate\": \"\",\n \"returnedStartDate\": \"\",\n \"returnedEndDate\": \"\",\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"sequence\": \"\",\n \"bid\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"sequence\": \"\",\n \"bid\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-c6b72c26-31b5-4b77-84a6-60fc7e3f2db9" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-cb51a7c8-9e1a-4c29-a2a7-841f5b97dbe5" } ], "id": "8d38812c-8a46-40d5-af2f-41f4e55cb698", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-8d38812c-8a46-40d5-af2f-41f4e55cb698" } ], "id": "2c2b12d5-fbcd-478a-9654-75378a9b2f60", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-2c2b12d5-fbcd-478a-9654-75378a9b2f60" }, { "name": "tickers", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "4dd5b998-1dbf-427f-a7f2-61e2d62fe7fe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/tickers/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "spot", "tickers", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] }, "description": "Provides availability details for Spot market ticker data across supported exchanges, including trading pairs, data coverage start and end times, and exchange-specific information." }, "response": [ { "id": "50e6bff2-9ccb-4a15-9a79-c8ad3f534ffc", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/tickers/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "spot", "tickers", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"address\": \"\",\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"address\": \"\",\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-50e6bff2-9ccb-4a15-9a79-c8ad3f534ffc" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-4dd5b998-1dbf-427f-a7f2-61e2d62fe7fe" } ], "id": "41c249cf-8e30-40c8-b401-24b14ce6b829", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-41c249cf-8e30-40c8-b401-24b14ce6b829" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "d79c8ed7-d224-47ba-8cac-22172c8bd9ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/tickers/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "tickers", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "46715194-3a81-4af3-bb80-74388956390c", "key": "instrument", "value": "eth_usdt", "description": "(Required) The spot instrument for which data will be retrieved." } ] }, "description": "Delivers historical ticker data for Spot market trading pairs, providing bid, ask, mid, and last prices, along with respective volumes, timestamps, and sequencing for tracking market price changes over time." }, "response": [ { "id": "854fbe4d-e3da-464f-8edf-baedd68f32e7", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/tickers/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "tickers", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"bid\": \"\",\n \"ask\": \"\",\n \"mid\": \"\",\n \"last\": \"\",\n \"bidVolume\": \"\",\n \"askVolume\": \"\",\n \"sequence\": \"\",\n \"askTimestamp\": \"\",\n \"bidTimestamp\": \"\",\n \"askTimestampNanoseconds\": \"\",\n \"bidTimestampNanoseconds\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"bid\": \"\",\n \"ask\": \"\",\n \"mid\": \"\",\n \"last\": \"\",\n \"bidVolume\": \"\",\n \"askVolume\": \"\",\n \"sequence\": \"\",\n \"askTimestamp\": \"\",\n \"bidTimestamp\": \"\",\n \"askTimestampNanoseconds\": \"\",\n \"bidTimestampNanoseconds\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-854fbe4d-e3da-464f-8edf-baedd68f32e7" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-d79c8ed7-d224-47ba-8cac-22172c8bd9ba" } ], "id": "e9a88818-be83-400c-9fe1-67bd07b67ae7", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-e9a88818-be83-400c-9fe1-67bd07b67ae7" } ], "id": "cf96faff-870c-4e1c-a406-805e1e5ec9cf", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-cf96faff-870c-4e1c-a406-805e1e5ec9cf" }, { "name": "trades", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "19b7624e-e292-4e43-bbbf-da95cf98cc25", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/trades/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "trades", "information" ], "query": [ { "description": "Only return data for the given exchanges (comma separated).", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides availability details for Spot market trade data across supported exchanges, including trading pairs, data coverage start and end times, and exchange-specific information." }, "response": [ { "id": "e193b505-c45a-46a1-8822-2e16352503eb", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/trades/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "trades", "information" ], "query": [ { "description": "Only return data for the given exchanges (comma separated).", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"address\": \"\",\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"address\": \"\",\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-e193b505-c45a-46a1-8822-2e16352503eb" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-19b7624e-e292-4e43-bbbf-da95cf98cc25" } ], "id": "386878e2-8c3c-4349-b357-2fd49e88f271", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-386878e2-8c3c-4349-b357-2fd49e88f271" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "1af81963-fb05-4410-a68e-83c0e9bf89a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/trades/:instrument?exchange=gdax&startDate=2023-01-20T00:00:00&endDate=2023-01-20T00:10:00&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "trades", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "gdax" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "2023-01-20T00:00:00" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "2023-01-20T00:10:00" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "023635a6-24df-45c6-80f5-e4a7fdbd080e", "key": "instrument", "value": "eth_usd", "description": "(Required) The spot instrument for which data will be retrieved." } ] }, "description": "Provides historical trade data for Spot market trading pairs, detailing individual trade prices, volumes, buy/sell indicators, and timestamps to track transaction activity over time on supported exchanges." }, "response": [ { "id": "acffe692-2110-449f-81a4-1ccd77426b5b", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/trades/:instrument?exchange=gdax&startDate=2023-01-20T00:00:00&endDate=2023-01-20T00:10:00&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "trades", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "gdax" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "2023-01-20T00:00:00" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "2023-01-20T00:10:00" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"isBuySide\": \"\",\n \"price\": \"\",\n \"volume\": \"\",\n \"tradeId\": \"\",\n \"sequence\": \"\",\n \"quoteVolume\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"isBuySide\": \"\",\n \"price\": \"\",\n \"volume\": \"\",\n \"tradeId\": \"\",\n \"sequence\": \"\",\n \"quoteVolume\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-acffe692-2110-449f-81a4-1ccd77426b5b" }, { "id": "26c73740-5500-460f-9e46-dddcc830c2e3", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/trades/:instrument?exchange=gdax&startDate=2023-01-20T00:00:00&endDate=2023-01-20T00:10:00&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "trades", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "gdax" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "2023-01-20T00:00:00" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "2023-01-20T00:10:00" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-26c73740-5500-460f-9e46-dddcc830c2e3" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-1af81963-fb05-4410-a68e-83c0e9bf89a5" } ], "id": "c1bfaeba-bcc0-406a-969f-ae0c2769ec5c", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-c1bfaeba-bcc0-406a-969f-ae0c2769ec5c" } ], "id": "d4df1fd1-2a3e-4a97-8f6e-ac14939aede5", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-d4df1fd1-2a3e-4a97-8f6e-ac14939aede5" }, { "name": "ohlcv", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "7279210f-66cb-4869-b09f-d6747d97050c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/ohlcv/information?exchange=&instrument=&includeInactive=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "ohlcv", "information" ], "query": [ { "description": "**[Optional]** Only return data for the specified exchange(s) (comma separated).", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides availability details for Spot market OHLCV (Open, High, Low, Close, Volume) data across supported exchanges, including trading pairs and data coverage periods." }, "response": [ { "id": "9f7c978e-247e-48e5-ad92-329e9a4702a6", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/ohlcv/information?exchange=&instrument=&includeInactive=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "ohlcv", "information" ], "query": [ { "description": "**[Optional]** Only return data for the specified exchange(s) (comma separated).", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"address\": {},\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n },\n {\n \"address\": {},\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-9f7c978e-247e-48e5-ad92-329e9a4702a6" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-7279210f-66cb-4869-b09f-d6747d97050c" } ], "id": "bebc6f4a-cfea-4a03-8365-25f056db5f5a", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-bebc6f4a-cfea-4a03-8365-25f056db5f5a" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "73887519-130c-4da7-9a15-5171dede4722", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/ohlcv/:instrument?exchange=bitfinex&startDate=&endDate=&timeInterval=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "ohlcv", ":instrument" ], "query": [ { "description": "(Required) The exchange(s) for which to retrieve OHLCV. Example: exchange=bitfinex,bitstamp", "key": "exchange", "value": "bitfinex" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "60afb2ec-4df2-4b8c-9e2a-aabf2c5e4b22", "key": "instrument", "value": "eth_usd", "description": "(Required) The market pair for which to retrieve open-high-low-close." } ] }, "description": "Provides historical OHLCV (Open, High, Low, Close, Volume) data for Spot market trading pairs, enabling analysis of price movements and trading volumes over time across supported exchanges." }, "response": [ { "id": "bb0e96c5-988d-4020-85a1-adcb306b0dbb", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/ohlcv/:instrument?exchange=bitfinex&startDate=&endDate=&timeInterval=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "ohlcv", ":instrument" ], "query": [ { "description": "(Required) The exchange(s) for which to retrieve OHLCV. Example: exchange=bitfinex,bitstamp", "key": "exchange", "value": "bitfinex" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"open\": 0,\n \"high\": 0,\n \"low\": 0,\n \"close\": 0,\n \"volume\": 0\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"open\": 0,\n \"high\": 0,\n \"low\": 0,\n \"close\": 0,\n \"volume\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-bb0e96c5-988d-4020-85a1-adcb306b0dbb" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-73887519-130c-4da7-9a15-5171dede4722" } ], "id": "6c90bfd0-5b5e-4abb-93c1-3ca184229a00", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-6c90bfd0-5b5e-4abb-93c1-3ca184229a00" } ], "id": "8a1eae96-c7bd-43e7-9cb2-b928f5b2e588", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-8a1eae96-c7bd-43e7-9cb2-b928f5b2e588" }, { "name": "batch-ohlcv", "item": [ { "name": "{exchange}", "item": [ { "name": "Batch Historical", "id": "72ffca06-28f7-4cac-a741-c5a802c9d9ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/batch-ohlcv/:exchange?instruments=btc_usdt,eth_usdt&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "batch-ohlcv", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The pair(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 pairs", "key": "instruments", "value": "btc_usdt,eth_usdt" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "ee0349a9-e513-4f1b-b909-165e94dfdd12", "key": "exchange", "value": "binance", "description": "(Required) The exchange for which to retrieve OHLCV" } ] }, "description": "Delivers historical OHLCV (Open, High, Low, Close, Volume) data in batch format for multiple Spot market trading pairs, providing comprehensive price and volume history over specified time ranges for efficient analysis across multiple assets." }, "response": [ { "id": "638b47e2-72b6-4fbb-99cf-aa0c90276b37", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/batch-ohlcv/:exchange?instruments=btc_usdt,eth_usdt&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "spot", "batch-ohlcv", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The pair(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 pairs", "key": "instruments", "value": "btc_usdt,eth_usdt" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"open\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"close\": \"\",\n \"volume\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"open\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"close\": \"\",\n \"volume\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-638b47e2-72b6-4fbb-99cf-aa0c90276b37" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-72ffca06-28f7-4cac-a741-c5a802c9d9ba" } ], "id": "03345e17-c44c-4447-b241-19610f53e5ce", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-03345e17-c44c-4447-b241-19610f53e5ce" } ], "id": "387f3f85-e93d-4444-853b-5205fdd80cc8", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-387f3f85-e93d-4444-853b-5205fdd80cc8" }, { "name": "reference-rates", "item": [ { "name": "{assetId}", "item": [ { "name": "Hourly & Daily Reference Rates", "id": "5c8195f9-685d-47af-9006-4b96613805b9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/spot/reference-rates/:assetId?startDate=&endDate=&timeFormat=hr&timeInterval=hours&dailyTime=T16:00+00:00&direction=asc", "host": [ "{{baseUrl}}" ], "path": [ "spot", "reference-rates", ":assetId" ], "query": [ { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "Specify the granularity of the desired reference rate.", "key": "timeInterval", "value": "hours" }, { "description": "Use with `timeInterval=days`. Filter for the asset's daily reference rate at 16:00 hours for a specific timezone. **[Examples]** `dailyTime=T16:00+08:00` is 16:00 Singapore & Hong Kong", "key": "dailyTime", "value": "T16:00+00:00" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "asc" } ], "variable": [ { "id": "1a6b2bba-6588-4019-b7b6-27da2d50d912", "key": "assetId", "value": "btc", "description": "(Required) The id of the asset for which reference rates are needed." } ] }, "description": "Retrieve the historical (time series) hourly and daily reference rates for a specific asset." }, "response": [ { "id": "39c4b68a-9ca3-47a3-8eef-f8ac632d4859", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/spot/reference-rates/:assetId?startDate=&endDate=&timeFormat=hr&timeInterval=hours&dailyTime=T16:00+00:00&direction=asc", "host": [ "{{baseUrl}}" ], "path": [ "spot", "reference-rates", ":assetId" ], "query": [ { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "Specify the granularity of the desired reference rate.", "key": "timeInterval", "value": "hours" }, { "description": "Use with `timeInterval=days`. Filter for the asset's daily reference rate at 16:00 hours for a specific timezone. **[Examples]** `dailyTime=T16:00+08:00` is 16:00 Singapore & Hong Kong", "key": "dailyTime", "value": "T16:00+00:00" }, { "description": "The order in which to return the results (ascending or descending). By default, records are returned in descending order, so the most recent records are returned first.", "key": "direction", "value": "asc" } ], "variable": [ { "key": "assetId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"timeInterval\": \"\",\n \"api-version\": \"\"\n },\n \"data\": {\n \"assetARCID\": \"\",\n \"assetSymbol\": \"\",\n \"assetName\": \"\",\n \"currency\": \"\",\n \"referenceRates\": [\n {\n \"timestamp\": \"\",\n \"unitPrice\": 0\n },\n {\n \"timestamp\": \"\",\n \"unitPrice\": 0\n }\n ]\n }\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-39c4b68a-9ca3-47a3-8eef-f8ac632d4859" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-5c8195f9-685d-47af-9006-4b96613805b9" } ], "id": "720da09d-36b2-401f-8b6c-29bed0d10c19", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-720da09d-36b2-401f-8b6c-29bed0d10c19" } ], "id": "a28c1ca4-964e-4cf5-a449-9884b5fc0201", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-a28c1ca4-964e-4cf5-a449-9884b5fc0201" } ], "id": "ac3da791-e477-4992-9c04-3d1325d90a15", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-ac3da791-e477-4992-9c04-3d1325d90a15" }, { "name": "options", "item": [ { "name": "exchanges", "item": [ { "name": "information", "item": [ { "name": "Instruments", "id": "6a5bb7b3-b85a-4991-ae8c-19f3384ce3a7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/exchanges/information?exchange=deribit&instrument=&includeInactive=&timeFormat=&size=", "host": [ "{{baseUrl}}" ], "path": [ "options", "exchanges", "information" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "deribit" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** The number of records per page (only available when `includeInactive=true`).", "key": "size", "value": "" } ] }, "description": "Provides metadata for available options contracts on supported exchanges, including exchange names, contract symbols, and data types (Order Book Events, Ticker, Trades, etc.) with associated data coverage periods." }, "response": [ { "id": "b3f078af-12ea-43ed-801b-41c8955ce961", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/exchanges/information?exchange=deribit&instrument=&includeInactive=&timeFormat=&size=", "host": [ "{{baseUrl}}" ], "path": [ "options", "exchanges", "information" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "deribit" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** The number of records per page (only available when `includeInactive=true`).", "key": "size", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"openInterest\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"orderBookSnapshot\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"orderBookEvent\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"ticker\": {\n \"startDate\": 0,\n \"endDate\": 0\n }\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"openInterest\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"orderBookSnapshot\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"orderBookEvent\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"ticker\": {\n \"startDate\": 0,\n \"endDate\": 0\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-b3f078af-12ea-43ed-801b-41c8955ce961" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-6a5bb7b3-b85a-4991-ae8c-19f3384ce3a7" } ], "id": "f0538b22-6754-4a3d-9b46-60989eef1019", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-f0538b22-6754-4a3d-9b46-60989eef1019" }, { "name": "reference", "item": [ { "name": "Reference", "id": "466c72f0-fa0e-4ae2-8257-de0ab258009e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/exchanges/reference?exchange=&instrument=&includeInactive=&size=&startDate=&endDate=&includeOriginalReference=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "exchanges", "reference" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** The number of records per page (only available when `includeInactive=true`).", "key": "size", "value": "" }, { "description": "**[Optional]** Payload only includes instruments which have expiration after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes instruments which have expiration before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** If true, endpoint returns originalReference. **[Defaults]** `True | False*`.", "key": "includeOriginalReference", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides essential reference details for options contracts on supported exchanges, including contract symbols, underlying assets, strike prices, expiration dates, settlement types, price and volume limits, and precision requirements." }, "response": [ { "id": "f790676b-d765-4066-bf82-f32491b1764e", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/exchanges/reference?exchange=&instrument=&includeInactive=&size=&startDate=&endDate=&includeOriginalReference=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "exchanges", "reference" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** The number of records per page (only available when `includeInactive=true`).", "key": "size", "value": "" }, { "description": "**[Optional]** Payload only includes instruments which have expiration after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes instruments which have expiration before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** If true, endpoint returns originalReference. **[Defaults]** `True | False*`.", "key": "includeOriginalReference", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"baseSymbol\": \"\",\n \"quoteSymbol\": \"\",\n \"market\": \"\",\n \"exchangeEnabled\": true,\n \"limitsPriceMin\": 0,\n \"limitsPriceMax\": 0,\n \"limitsVolumeMin\": {},\n \"limitsVolumeMax\": {},\n \"limitsMarketMin\": 0,\n \"limitsMarketMax\": 0,\n \"limitsLeverageMin\": {},\n \"limitsLeverageMax\": {},\n \"limitsLeverageSuperMax\": {},\n \"limitsCostMin\": {},\n \"limitsCostMax\": {},\n \"precisionPrice\": 0,\n \"precisionVolume\": 0,\n \"precisionBase\": {},\n \"precisionQuote\": {},\n \"listingTimestamp\": 0,\n \"contractUnderlying\": \"\",\n \"contractExpirationTimestamp\": 0,\n \"contractPeriod\": \"\",\n \"contractSize\": {},\n \"contractSettleType\": \"\",\n \"contractSettleSymbol\": \"\",\n \"optionType\": \"\",\n \"optionStrikePrice\": 0\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"baseSymbol\": \"\",\n \"quoteSymbol\": \"\",\n \"market\": \"\",\n \"exchangeEnabled\": true,\n \"limitsPriceMin\": 0,\n \"limitsPriceMax\": 0,\n \"limitsVolumeMin\": {},\n \"limitsVolumeMax\": {},\n \"limitsMarketMin\": 0,\n \"limitsMarketMax\": 0,\n \"limitsLeverageMin\": {},\n \"limitsLeverageMax\": {},\n \"limitsLeverageSuperMax\": {},\n \"limitsCostMin\": {},\n \"limitsCostMax\": {},\n \"precisionPrice\": 0,\n \"precisionVolume\": 0,\n \"precisionBase\": {},\n \"precisionQuote\": {},\n \"listingTimestamp\": 0,\n \"contractUnderlying\": \"\",\n \"contractExpirationTimestamp\": 0,\n \"contractPeriod\": \"\",\n \"contractSize\": {},\n \"contractSettleType\": \"\",\n \"contractSettleSymbol\": \"\",\n \"optionType\": \"\",\n \"optionStrikePrice\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-f790676b-d765-4066-bf82-f32491b1764e" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-466c72f0-fa0e-4ae2-8257-de0ab258009e" } ], "id": "65ddd983-fdab-4ab5-b421-d0e16ef4380a", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-65ddd983-fdab-4ab5-b421-d0e16ef4380a" } ], "id": "b9471ca2-d667-42be-99c4-2fcc3d270c17", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-b9471ca2-d667-42be-99c4-2fcc3d270c17" }, { "name": "liquidations", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "367a8f5f-5759-49df-ba57-bf662865fc4e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/liquidations/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "liquidations", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `false* | true`", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides availability details for options contract liquidation data across supported exchanges, including contract symbols, underlying assets, and data coverage periods for tracking liquidation events." }, "response": [ { "id": "693408c6-d5b1-4e01-a69c-47b6564ddec1", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/liquidations/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "liquidations", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `false* | true`", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-693408c6-d5b1-4e01-a69c-47b6564ddec1" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-367a8f5f-5759-49df-ba57-bf662865fc4e" } ], "id": "51183230-7f99-4a9a-aea3-3cb5f133fdb5", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-51183230-7f99-4a9a-aea3-3cb5f133fdb5" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "036f1484-c197-4f77-92b3-d472ec5d2caa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/liquidations/:instrument?exchange=deribit&startDate=1691321498000&endDate=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "liquidations", ":instrument" ], "query": [ { "description": "(Required) The exchange(s) for which to retrieve the requested data (comma separated). **[Defaults]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "1691321498000" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "93bc2d33-7417-4667-b881-e64990d58fde", "key": "instrument", "value": "BTC-27DEC24-100000-C", "description": "(Required) The instrument for which to retrieve the requested data." } ] }, "description": "Provides historical liquidation data for options contracts, detailing liquidation actions, prices, volumes, mark and index prices, and buy/sell sides to track liquidation events over time across supported exchanges." }, "response": [ { "id": "6a13d706-ba4f-4982-9f7b-0faf25b20229", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/liquidations/:instrument?exchange=deribit&startDate=1691321498000&endDate=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "liquidations", ":instrument" ], "query": [ { "description": "(Required) The exchange(s) for which to retrieve the requested data (comma separated). **[Defaults]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "1691321498000" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": {},\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"action\": {},\n \"orderId\": \"\",\n \"side\": \"\",\n \"status\": {},\n \"timeInForce\": {},\n \"type\": {},\n \"price\": 0,\n \"volume\": 0,\n \"unit\": \"\",\n \"tickDirection\": 0,\n \"markPrice\": 0,\n \"indexPrice\": 0\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"action\": {},\n \"orderId\": \"\",\n \"side\": \"\",\n \"status\": {},\n \"timeInForce\": {},\n \"type\": {},\n \"price\": 0,\n \"volume\": 0,\n \"unit\": \"\",\n \"tickDirection\": 0,\n \"markPrice\": 0,\n \"indexPrice\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-6a13d706-ba4f-4982-9f7b-0faf25b20229" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-036f1484-c197-4f77-92b3-d472ec5d2caa" } ], "id": "ad90fb9a-cf1d-47bc-83ff-9372440ab3a5", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-ad90fb9a-cf1d-47bc-83ff-9372440ab3a5" } ], "id": "5f1cbd8a-f37b-498e-a63c-32dc29e36bd5", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-5f1cbd8a-f37b-498e-a63c-32dc29e36bd5" }, { "name": "ohlcv", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "7be3b920-c2cd-424d-b17b-3eba3338db9f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/ohlcv/information?exchange=&instrument=&includeInactive=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "ohlcv", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes* | hours | days`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides availability details for OHLCV (Open, High, Low, Close, Volume) data on options contracts across supported exchanges, including contract symbols, underlying assets, and data coverage periods." }, "response": [ { "id": "43b34e61-7b3c-4176-8a70-94dd032ebccc", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/ohlcv/information?exchange=&instrument=&includeInactive=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "ohlcv", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes* | hours | days`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": {},\n \"endDate\": {}\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": {},\n \"endDate\": {}\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-43b34e61-7b3c-4176-8a70-94dd032ebccc" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-7be3b920-c2cd-424d-b17b-3eba3338db9f" } ], "id": "56a34770-d9c8-451c-b432-0bd8aeb5d87f", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-56a34770-d9c8-451c-b432-0bd8aeb5d87f" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "c99a9077-0e4e-4b19-8c7b-f1fbe6d34e65", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/ohlcv/:instrument?exchange=deribit&startDate=&endDate=&timeInterval=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "ohlcv", ":instrument" ], "query": [ { "description": "(Required) **[Default]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "Time interval to return the historical data in (\"days\" | \"hours\" | \"minutes\")", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "de6fbc37-e3d4-4df3-b6a1-6566c161638b", "key": "instrument", "value": "BTC-27DEC24-100000-C", "description": "(Required) The instrument for which to retrieve the requested data." } ] }, "description": "Provides historical OHLCV (Open, High, Low, Close, Volume) data for options contracts, enabling analysis of price movements and trading volumes over time for specific contracts across supported exchanges." }, "response": [ { "id": "5cd2eacf-eea5-4ce3-962b-858e4d75efb4", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/ohlcv/:instrument?exchange=deribit&startDate=&endDate=&timeInterval=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "ohlcv", ":instrument" ], "query": [ { "description": "(Required) **[Default]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "Time interval to return the historical data in (\"days\" | \"hours\" | \"minutes\")", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"open\": 0,\n \"high\": 0,\n \"low\": 0,\n \"close\": 0,\n \"volume\": 0\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"open\": 0,\n \"high\": 0,\n \"low\": 0,\n \"close\": 0,\n \"volume\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-5cd2eacf-eea5-4ce3-962b-858e4d75efb4" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-c99a9077-0e4e-4b19-8c7b-f1fbe6d34e65" } ], "id": "c4e6df63-7a1a-4726-9b80-aed29837a3f4", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-c4e6df63-7a1a-4726-9b80-aed29837a3f4" } ], "id": "83fdf10d-d9cd-41e6-9241-00ccd423464e", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-83fdf10d-d9cd-41e6-9241-00ccd423464e" }, { "name": "batch-ohlcv", "item": [ { "name": "{exchange}", "item": [ { "name": "Batch Historical", "id": "eb210212-a03f-466a-98cc-428df6a0817e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/batch-ohlcv/:exchange?instruments=BTC-29DEC23-30000-C&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "batch-ohlcv", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTC-29DEC23-30000-C" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "65bf0e80-96e3-4403-b60f-12ce921efa36", "key": "exchange", "value": "deribit", "description": "(Required) The exchange for which to retrieve the most current data." } ] }, "description": "Delivers historical OHLCV (Open, High, Low, Close, Volume) data in batch format for multiple Options market contracts, providing comprehensive price and volume history over specified time ranges for efficient analysis across multiple instruments." }, "response": [ { "id": "9ba7e8bb-f7b4-4471-91b7-d991b9ec3b5b", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/batch-ohlcv/:exchange?instruments=BTC-29DEC23-30000-C&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "batch-ohlcv", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTC-29DEC23-30000-C" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"open\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"close\": \"\",\n \"volume\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"open\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"close\": \"\",\n \"volume\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-9ba7e8bb-f7b4-4471-91b7-d991b9ec3b5b" }, { "id": "a7149e6a-8a55-4fb7-9b8b-809d973136ad", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/batch-ohlcv/:exchange?instruments=BTC-29DEC23-30000-C&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "batch-ohlcv", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTC-29DEC23-30000-C" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-a7149e6a-8a55-4fb7-9b8b-809d973136ad" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-eb210212-a03f-466a-98cc-428df6a0817e" } ], "id": "d20b6ba9-c43d-42cc-8cfb-23186fcf6cc5", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-d20b6ba9-c43d-42cc-8cfb-23186fcf6cc5" } ], "id": "4b29ceda-5453-4a8c-8f7e-9c5b697572fa", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-4b29ceda-5453-4a8c-8f7e-9c5b697572fa" }, { "name": "open-interest", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "7b90765a-32c7-43d2-bf78-f07d9ce2e4ec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/open-interest/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "open-interest", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides availability details for open interest data on options contracts, including contract symbols, underlying assets, and data coverage periods across supported exchanges." }, "response": [ { "id": "49b3afd6-532b-4d9f-88c1-b9630555c6f6", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/open-interest/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "open-interest", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-49b3afd6-532b-4d9f-88c1-b9630555c6f6" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-7b90765a-32c7-43d2-bf78-f07d9ce2e4ec" } ], "id": "d4384bdb-aa97-4882-b728-bef43764e511", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-d4384bdb-aa97-4882-b728-bef43764e511" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "e962f752-2a2a-47b7-b6f4-c9b37a856b96", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/open-interest/:instrument?exchange=deribit&startDate=1690156800000&endDate=1690160400000&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "open-interest", ":instrument" ], "query": [ { "description": "(Required) **[Optional]** The exchange(s) for which to retrieve the requested data (comma separated). **[Defaults]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "1690156800000" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "1690160400000" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "113b6c30-296e-4696-b701-ea1a641a86a1", "key": "instrument", "value": "BTC-27DEC24-100000-C", "description": "(Required) The instrument for which to retrieve the requested data." } ] }, "description": "Provides historical open interest data for options contracts, detailing the total number of outstanding contracts at specific timestamps to help assess market interest over time across supported exchanges." }, "response": [ { "id": "e7118844-fa34-41fa-b839-d65dcb4fff2a", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/open-interest/:instrument?exchange=deribit&startDate=1690156800000&endDate=1690160400000&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "open-interest", ":instrument" ], "query": [ { "description": "(Required) **[Optional]** The exchange(s) for which to retrieve the requested data (comma separated). **[Defaults]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "1690156800000" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "1690160400000" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": {},\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"value\": 0,\n \"type\": {}\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"value\": 0,\n \"type\": {}\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-e7118844-fa34-41fa-b839-d65dcb4fff2a" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-e962f752-2a2a-47b7-b6f4-c9b37a856b96" } ], "id": "3b5eb22d-d63b-491c-88bd-359bb229b656", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-3b5eb22d-d63b-491c-88bd-359bb229b656" } ], "id": "fd772153-482c-46c6-b07f-235857c7623b", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-fd772153-482c-46c6-b07f-235857c7623b" }, { "name": "batch-open-interest", "item": [ { "name": "{exchange}", "item": [ { "name": "Batch Historical", "id": "13cbd702-b9af-4bb9-8e01-b7287066d5b5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/batch-open-interest/:exchange?instruments=BTC-29DEC23-30000-C&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "batch-open-interest", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTC-29DEC23-30000-C" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `ticks | minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "645863d2-6951-4e48-bb5c-d5839d506107", "key": "exchange", "value": "deribit", "description": "(Required) The exchange for which to retrieve the most current data." } ] }, "description": "Delivers batch historical open interest data for multiple options contracts, providing timestamped values that reflect the total number of outstanding contracts over specified time ranges across supported exchanges." }, "response": [ { "id": "9813c24b-0668-499b-8d8c-277e046a5b96", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/batch-open-interest/:exchange?instruments=BTC-29DEC23-30000-C&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "batch-open-interest", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTC-29DEC23-30000-C" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `ticks | minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"value\": \"\",\n \"type\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"value\": \"\",\n \"type\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-9813c24b-0668-499b-8d8c-277e046a5b96" }, { "id": "b71e33a3-1bb5-4413-8a4d-bc34e80f7172", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/batch-open-interest/:exchange?instruments=BTC-29DEC23-30000-C&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "batch-open-interest", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTC-29DEC23-30000-C" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `ticks | minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-b71e33a3-1bb5-4413-8a4d-bc34e80f7172" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-13cbd702-b9af-4bb9-8e01-b7287066d5b5" } ], "id": "1997cc71-2b8b-41c3-9d1d-f9eecca2aea2", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-1997cc71-2b8b-41c3-9d1d-f9eecca2aea2" } ], "id": "85af2280-da59-4674-9ebe-3f802b2c4d60", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-85af2280-da59-4674-9ebe-3f802b2c4d60" }, { "name": "order-book-events", "item": [ { "name": "information", "item": [ { "name": "Events Information", "id": "d4b54aff-296e-4b46-8f08-e2521ab66450", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/order-book-events/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-events", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `false* | true`", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides availability details for options order book events, including contract symbols, underlying assets, and data coverage periods across supported exchanges to track order book activity over time." }, "response": [ { "id": "0de4d27c-594b-45b0-9e18-bce1a4d6dc48", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/order-book-events/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-events", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `false* | true`", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-0de4d27c-594b-45b0-9e18-bce1a4d6dc48" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-d4b54aff-296e-4b46-8f08-e2521ab66450" } ], "id": "5665131a-58c7-43d0-8dd1-9de0b2aa0897", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-5665131a-58c7-43d0-8dd1-9de0b2aa0897" }, { "name": "{instrument}", "item": [ { "name": "Events Historical", "id": "89378468-4fdf-4be5-a8da-6ee3a5d12d52", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/order-book-events/:instrument?exchange=&startDate=&endDate=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-events", ":instrument" ], "query": [ { "description": "(Required) The exchange(s) for which to retrieve the requested data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour).", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "c4ca4b3b-8a01-4525-aedf-7c840017a1e1", "key": "instrument", "value": "BTC-27DEC24-100000-C", "description": "(Required) The instrument for which to retrieve the requested data." } ] }, "description": "Provides historical order book events for options contracts, detailing bid and ask levels, volumes, and order counts at specific timestamps to track market depth and activity over time across supported exchanges." }, "response": [ { "id": "d7e6dff8-18a9-4a85-8208-09ff91e78eb0", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/order-book-events/:instrument?exchange=&startDate=&endDate=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-events", ":instrument" ], "query": [ { "description": "(Required) The exchange(s) for which to retrieve the requested data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour).", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-d7e6dff8-18a9-4a85-8208-09ff91e78eb0" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-89378468-4fdf-4be5-a8da-6ee3a5d12d52" } ], "id": "25d46f47-5b2e-4c3f-a65f-1036e5dd8b6a", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-25d46f47-5b2e-4c3f-a65f-1036e5dd8b6a" } ], "id": "5f3e2d7e-39fd-43d4-85d9-f177ff3c4559", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-5f3e2d7e-39fd-43d4-85d9-f177ff3c4559" }, { "name": "order-book-snapshots", "item": [ { "name": "information", "item": [ { "name": "Snapshots Information", "id": "eba81aef-e01a-4752-aa93-f5f4d333890f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/order-book-snapshots/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-snapshots", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides availability details for options order book snapshots, including contract symbols, underlying assets, and data coverage periods across supported exchanges to support historical market depth analysis." }, "response": [ { "id": "775f303a-73a2-4a32-8660-c7c13d45408f", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/order-book-snapshots/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-snapshots", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"underlying\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\",\n \"underlying\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-775f303a-73a2-4a32-8660-c7c13d45408f" }, { "id": "d4585088-d162-43f9-ac5a-1f6a2a8e28a6", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/order-book-snapshots/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-snapshots", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-d4585088-d162-43f9-ac5a-1f6a2a8e28a6" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-eba81aef-e01a-4752-aa93-f5f4d333890f" } ], "id": "a067b770-aa7f-4326-a890-07ea7c6e4610", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-a067b770-aa7f-4326-a890-07ea7c6e4610" }, { "name": "{instrument}", "item": [ { "name": "Snapshots Historical", "id": "4df55791-784e-4853-80a1-6b226cdf3ef4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/order-book-snapshots/:instrument?exchange=deribit&startDate=&endDate=×tamp=&timeFormat=&sortDirection=&maxLevel=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-snapshots", ":instrument" ], "query": [ { "description": "(Required) **[Required]** The exchange(s) for which to retrieve the requested data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current minute (max time range is 1 hour).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** Ten minutes after the beginning of the current hour (max time range is 1 hour).", "key": "endDate", "value": "" }, { "description": "**[Optional]** The timestamp at which to return the order book information (closest match, lower or equal to the timestamp specified).", "key": "timestamp", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" }, { "description": "The number of order book levels that should be returned.", "key": "maxLevel", "value": "" } ], "variable": [ { "id": "aaa0d580-6ce2-4ca6-9de4-55f98fc7ffec", "key": "instrument", "value": "BTC-27DEC24-100000-C", "description": "(Required) The instrument for which to retrieve the requested data." } ] }, "description": "Provides detailed historical snapshots of options order books, including bid and ask levels, underlying prices, market statistics, open interest, and Greeks, enabling in-depth analysis of market depth and options pricing over time across supported exchanges." }, "response": [ { "id": "168cfcf3-93fd-4c09-b918-7dbde219a62c", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/order-book-snapshots/:instrument?exchange=deribit&startDate=&endDate=×tamp=&timeFormat=&sortDirection=&maxLevel=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-snapshots", ":instrument" ], "query": [ { "description": "(Required) **[Required]** The exchange(s) for which to retrieve the requested data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current minute (max time range is 1 hour).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** Ten minutes after the beginning of the current hour (max time range is 1 hour).", "key": "endDate", "value": "" }, { "description": "**[Optional]** The timestamp at which to return the order book information (closest match, lower or equal to the timestamp specified).", "key": "timestamp", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" }, { "description": "The number of order book levels that should be returned.", "key": "maxLevel", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"timestamp\": \"\",\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"sequence\": \"\",\n \"underlyingPrice\": \"\",\n \"underlyingIndex\": \"\",\n \"low\": \"\",\n \"high\": \"\",\n \"volume\": \"\",\n \"volumeUSD\": \"\",\n \"priceChange\": \"\",\n \"openInterest\": \"\",\n \"minPrice\": \"\",\n \"maxPrice\": \"\",\n \"markPrice\": \"\",\n \"markIv\": \"\",\n \"lastPrice\": \"\",\n \"interestRate\": \"\",\n \"indexPrice\": \"\",\n \"estimatedDeliveryPrice\": \"\",\n \"rho\": \"\",\n \"vega\": \"\",\n \"delta\": \"\",\n \"gamma\": \"\",\n \"theta\": \"\",\n \"bidIv\": \"\",\n \"askIv\": \"\",\n \"bestBidPrice\": \"\",\n \"bestAskPrice\": \"\",\n \"bestBidVolume\": \"\",\n \"bestAskVolume\": \"\",\n \"state\": \"\",\n \"ask\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ],\n \"bid\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n },\n {\n \"timestamp\": \"\",\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"sequence\": \"\",\n \"underlyingPrice\": \"\",\n \"underlyingIndex\": \"\",\n \"low\": \"\",\n \"high\": \"\",\n \"volume\": \"\",\n \"volumeUSD\": \"\",\n \"priceChange\": \"\",\n \"openInterest\": \"\",\n \"minPrice\": \"\",\n \"maxPrice\": \"\",\n \"markPrice\": \"\",\n \"markIv\": \"\",\n \"lastPrice\": \"\",\n \"interestRate\": \"\",\n \"indexPrice\": \"\",\n \"estimatedDeliveryPrice\": \"\",\n \"rho\": \"\",\n \"vega\": \"\",\n \"delta\": \"\",\n \"gamma\": \"\",\n \"theta\": \"\",\n \"bidIv\": \"\",\n \"askIv\": \"\",\n \"bestBidPrice\": \"\",\n \"bestAskPrice\": \"\",\n \"bestBidVolume\": \"\",\n \"bestAskVolume\": \"\",\n \"state\": \"\",\n \"ask\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ],\n \"bid\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-168cfcf3-93fd-4c09-b918-7dbde219a62c" }, { "id": "715af98b-10c2-4704-8a59-7a15c5ba1e6d", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/order-book-snapshots/:instrument?exchange=deribit&startDate=&endDate=×tamp=&timeFormat=&sortDirection=&maxLevel=", "host": [ "{{baseUrl}}" ], "path": [ "options", "order-book-snapshots", ":instrument" ], "query": [ { "description": "(Required) **[Required]** The exchange(s) for which to retrieve the requested data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current minute (max time range is 1 hour).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** Ten minutes after the beginning of the current hour (max time range is 1 hour).", "key": "endDate", "value": "" }, { "description": "**[Optional]** The timestamp at which to return the order book information (closest match, lower or equal to the timestamp specified).", "key": "timestamp", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" }, { "description": "The number of order book levels that should be returned.", "key": "maxLevel", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-715af98b-10c2-4704-8a59-7a15c5ba1e6d" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-4df55791-784e-4853-80a1-6b226cdf3ef4" } ], "id": "025b34b7-db8b-4732-9baa-d722a2f6270c", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-025b34b7-db8b-4732-9baa-d722a2f6270c" } ], "id": "18d33c16-4ecd-4adb-a390-52a0cddf5ea9", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-18d33c16-4ecd-4adb-a390-52a0cddf5ea9" }, { "name": "tickers", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "c7ccc884-77de-41d1-b3e2-28b3b9b421d1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/tickers/information?exchange=&instrument=&includeInactive=&includeDates=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "tickers", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `false* | true`", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Include date ranges for each record. **[Defaults]** `false* | true`", "key": "includeDates", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides details about available options tickers on various exchanges, including essential information about each options contract's underlying asset, trading period, and contract type." }, "response": [ { "id": "8f398808-fe48-4868-ba59-6fab0678fa71", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/tickers/information?exchange=&instrument=&includeInactive=&includeDates=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "tickers", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `false* | true`", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Include date ranges for each record. **[Defaults]** `false* | true`", "key": "includeDates", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-8f398808-fe48-4868-ba59-6fab0678fa71" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-c7ccc884-77de-41d1-b3e2-28b3b9b421d1" } ], "id": "126b2573-5353-4d76-9009-3756321c5039", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-126b2573-5353-4d76-9009-3756321c5039" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "61038ded-7a06-4f88-a320-54498d164454", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/tickers/:instrument?exchange=bybit&startDate=&endDate=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "tickers", ":instrument" ], "query": [ { "description": "(Required) The exchange(s) for which to retrieve the requested data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "bybit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `ms* | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "6c904f33-a725-4e9c-8dc9-3706714b7a7c", "key": "instrument", "value": "BTC-27DEC24-100000-C", "description": "(Required) The instrument for which to retrieve the requested data." } ] }, "description": "Provides detailed historical data for options tickers, including price metrics, trading volumes, Greeks, and implied volatility. This endpoint is particularly useful for analyzing past market conditions for specific options on various exchanges." }, "response": [ { "id": "f7279bb9-ad92-4669-bff6-4603b2937197", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/tickers/:instrument?exchange=bybit&startDate=&endDate=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "tickers", ":instrument" ], "query": [ { "description": "(Required) The exchange(s) for which to retrieve the requested data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "bybit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `ms* | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"bid\": 0,\n \"mid\": 0,\n \"ask\": 0,\n \"last\": 0,\n \"bidVolume\": 0,\n \"askVolume\": 0,\n \"lastVolume\": {},\n \"baseVolume\": {},\n \"quoteVolume\": {},\n \"sequence\": {},\n \"underlyingPrice\": 0,\n \"underlyingIndex\": {},\n \"settlementPrice\": {},\n \"markPrice\": 0,\n \"low\": 0,\n \"high\": 0,\n \"volume\": 0,\n \"volumeUSD\": {},\n \"priceChange\": 0,\n \"openInterest\": 0,\n \"minPrice\": {},\n \"maxPrice\": {},\n \"markIv\": 0,\n \"interestRate\": {},\n \"indexPrice\": 0,\n \"rho\": {},\n \"vega\": 0,\n \"delta\": 0,\n \"gamma\": 0,\n \"theta\": 0,\n \"bidIv\": 0,\n \"askIv\": 0,\n \"estimatedDeliveryPrice\": {},\n \"state\": {},\n \"askTimestamp\": {},\n \"bidTimestamp\": {},\n \"askTimestampNanoseconds\": {},\n \"bidTimestampNanoseconds\": {}\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"bid\": 0,\n \"mid\": 0,\n \"ask\": 0,\n \"last\": 0,\n \"bidVolume\": 0,\n \"askVolume\": 0,\n \"lastVolume\": {},\n \"baseVolume\": {},\n \"quoteVolume\": {},\n \"sequence\": {},\n \"underlyingPrice\": 0,\n \"underlyingIndex\": {},\n \"settlementPrice\": {},\n \"markPrice\": 0,\n \"low\": 0,\n \"high\": 0,\n \"volume\": 0,\n \"volumeUSD\": {},\n \"priceChange\": 0,\n \"openInterest\": 0,\n \"minPrice\": {},\n \"maxPrice\": {},\n \"markIv\": 0,\n \"interestRate\": {},\n \"indexPrice\": 0,\n \"rho\": {},\n \"vega\": 0,\n \"delta\": 0,\n \"gamma\": 0,\n \"theta\": 0,\n \"bidIv\": 0,\n \"askIv\": 0,\n \"estimatedDeliveryPrice\": {},\n \"state\": {},\n \"askTimestamp\": {},\n \"bidTimestamp\": {},\n \"askTimestampNanoseconds\": {},\n \"bidTimestampNanoseconds\": {}\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-f7279bb9-ad92-4669-bff6-4603b2937197" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-61038ded-7a06-4f88-a320-54498d164454" } ], "id": "1d9cfb9a-ce5d-485f-989d-fcb3c1339256", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-1d9cfb9a-ce5d-485f-989d-fcb3c1339256" } ], "id": "0fb5b889-1c67-4d80-8dbe-a85fe29f7585", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-0fb5b889-1c67-4d80-8dbe-a85fe29f7585" }, { "name": "trades", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "97130826-5735-48e7-94a3-12900ecd6215", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/trades/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "trades", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `false* | true`", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Povides metadata on available options trades across various exchanges. This includes information on instruments (specific options contracts) such as their exchange, underlying asset, and the time period during which the trade data is available." }, "response": [ { "id": "1c1fd121-6c74-49e2-9f9c-b30a3570c7c5", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/trades/information?exchange=&instrument=&includeInactive=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "options", "trades", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `false* | true`", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-1c1fd121-6c74-49e2-9f9c-b30a3570c7c5" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-97130826-5735-48e7-94a3-12900ecd6215" } ], "id": "45a6a751-1436-4319-9dfc-137d00843e5e", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-45a6a751-1436-4319-9dfc-137d00843e5e" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "9bc6893f-0cea-4c2a-a104-53cd75429086", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/options/trades/:instrument?exchange=deribit&startDate=&endDate=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "trades", ":instrument" ], "query": [ { "description": "(Required) **[Required]** The exchange(s) for which to retrieve the requested data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "b5a62beb-dcf8-4ac0-974e-370f91e04570", "key": "instrument", "value": "BTC-27DEC24-100000-C", "description": "(Required) The instrument for which to retrieve the requested data." } ] }, "description": "Provides detailed historical trade data for a specific options instrument, including the trade's timestamp, side (buy or sell), price, volume, and other relevant metrics like the index price, mark price, and implied volatility (IV) at the time of the trade." }, "response": [ { "id": "2129ad8d-3e10-4094-a19a-12a2727d2861", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/options/trades/:instrument?exchange=deribit&startDate=&endDate=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "options", "trades", ":instrument" ], "query": [ { "description": "(Required) **[Required]** The exchange(s) for which to retrieve the requested data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "deribit" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": {},\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"isBuySide\": true,\n \"price\": 0,\n \"volume\": 0,\n \"tradeId\": \"\",\n \"quoteVolume\": \"\",\n \"sequence\": {},\n \"tickDirection\": {},\n \"indexPrice\": 0,\n \"markPrice\": 0,\n \"underlyingIndex\": {},\n \"underlyingPrice\": 0,\n \"iv\": 0\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"isBuySide\": true,\n \"price\": 0,\n \"volume\": 0,\n \"tradeId\": \"\",\n \"quoteVolume\": \"\",\n \"sequence\": {},\n \"tickDirection\": {},\n \"indexPrice\": 0,\n \"markPrice\": 0,\n \"underlyingIndex\": {},\n \"underlyingPrice\": 0,\n \"iv\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-2129ad8d-3e10-4094-a19a-12a2727d2861" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-9bc6893f-0cea-4c2a-a104-53cd75429086" } ], "id": "c4671b7a-d587-462c-8172-a7c7134b4de6", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-c4671b7a-d587-462c-8172-a7c7134b4de6" } ], "id": "e89dc21d-5a62-40d6-8cac-a0d8c8fb0f46", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-e89dc21d-5a62-40d6-8cac-a0d8c8fb0f46" } ], "id": "f88e0527-8f46-4bdf-911f-040d9d058bf4", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-f88e0527-8f46-4bdf-911f-040d9d058bf4" }, { "name": "futures", "item": [ { "name": "exchanges", "item": [ { "name": "information", "item": [ { "name": "Instruments", "id": "5304a588-e0cb-4d62-959e-34d27d828764", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/exchanges/information?exchange=&instrument=&includeInactive=&timeFormat=&size=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "exchanges", "information" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** The number of records per page (only available when `includeInactive=true`).", "key": "size", "value": "" } ] }, "description": "Provides detailed metadata and trading activity timelines for futures instruments across exchanges, including funding rates, liquidations, long/short ratios, OHLCV, open interest, order book snapshots and events, ticker updates, and trade history." }, "response": [ { "id": "1dd5745e-e9f7-425b-a673-18371b210f54", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/exchanges/information?exchange=&instrument=&includeInactive=&timeFormat=&size=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "exchanges", "information" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** The number of records per page (only available when `includeInactive=true`).", "key": "size", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"fundingRate\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"liquidation\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"longShortRatio\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"ohlcv\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"openInterest\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"orderBookSnapshot\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"orderBookEvent\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"ticker\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"trade\": {\n \"startDate\": 0,\n \"endDate\": 0\n }\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"fundingRate\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"liquidation\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"longShortRatio\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"ohlcv\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"openInterest\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"orderBookSnapshot\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"orderBookEvent\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"ticker\": {\n \"startDate\": 0,\n \"endDate\": 0\n },\n \"trade\": {\n \"startDate\": 0,\n \"endDate\": 0\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-1dd5745e-e9f7-425b-a673-18371b210f54" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-5304a588-e0cb-4d62-959e-34d27d828764" } ], "id": "77bfe670-981d-4554-a11a-ad61196f776d", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-77bfe670-981d-4554-a11a-ad61196f776d" }, { "name": "reference", "item": [ { "name": "Reference", "id": "593a363a-474c-4de8-b27b-d4ae5ed0016f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/exchanges/reference?exchange=&instrument=&includeInactive=&size=&startDate=&endDate=&includeOriginalReference=&underlying=&expiration=&contractType=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "exchanges", "reference" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** The number of records per page (only available when `includeInactive=true`).", "key": "size", "value": "" }, { "description": "**[Optional]** Payload only includes instruments which have expiration after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes instruments which have expiration before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** If true, endpoint returns originalReference. **[Defaults]** `True | False*`.", "key": "includeOriginalReference", "value": "" }, { "description": "**[Optional]** Filter for instruments whose underlying matches the value given. **[Examples]** btc | ETH", "key": "underlying", "value": "" }, { "description": "**[Optional]** Filter for instruments that expire on the specified date. **[Example]** 2024-08-01", "key": "expiration", "value": "" }, { "description": "**[Optional]** Filter for instruments that match the contract type specified. **[Examples]** yearly | quarterly | monthly | weekly | daily | perpetual | prediction", "key": "contractType", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] }, "description": "Provides comprehensive reference data for futures instruments across exchanges, including details on base and quote symbols, price and volume limits, precision, contract terms, and trading availability." }, "response": [ { "id": "dd6de85c-c07f-4c56-8877-64e090b5ca4a", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/exchanges/reference?exchange=&instrument=&includeInactive=&size=&startDate=&endDate=&includeOriginalReference=&underlying=&expiration=&contractType=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "exchanges", "reference" ], "query": [ { "description": "**[Optional]** Only return data for the given exchange(s) (comma separated)", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** The number of records per page (only available when `includeInactive=true`).", "key": "size", "value": "" }, { "description": "**[Optional]** Payload only includes instruments which have expiration after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes instruments which have expiration before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** If true, endpoint returns originalReference. **[Defaults]** `True | False*`.", "key": "includeOriginalReference", "value": "" }, { "description": "**[Optional]** Filter for instruments whose underlying matches the value given. **[Examples]** btc | ETH", "key": "underlying", "value": "" }, { "description": "**[Optional]** Filter for instruments that expire on the specified date. **[Example]** 2024-08-01", "key": "expiration", "value": "" }, { "description": "**[Optional]** Filter for instruments that match the contract type specified. **[Examples]** yearly | quarterly | monthly | weekly | daily | perpetual | prediction", "key": "contractType", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"baseSymbol\": \"\",\n \"quoteSymbol\": \"\",\n \"market\": \"\",\n \"exchangeEnabled\": true,\n \"limitsPriceMin\": 0,\n \"limitsPriceMax\": 0,\n \"limitsVolumeMin\": 0,\n \"limitsVolumeMax\": 0,\n \"limitsMarketMin\": 0,\n \"limitsMarketMax\": 0,\n \"limitsLeverageMin\": {},\n \"limitsLeverageMax\": {},\n \"limitsLeverageSuperMax\": {},\n \"limitsCostMin\": {},\n \"limitsCostMax\": {},\n \"precisionPrice\": 0,\n \"precisionVolume\": 0,\n \"precisionBase\": 0,\n \"precisionQuote\": 0,\n \"listingTimestamp\": {},\n \"contractUnderlying\": \"\",\n \"contractExpirationTimestamp\": {},\n \"contractPeriod\": \"\",\n \"contractSize\": {},\n \"contractSettleType\": \"\",\n \"contractSettleSymbol\": {}\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"baseSymbol\": \"\",\n \"quoteSymbol\": \"\",\n \"market\": \"\",\n \"exchangeEnabled\": true,\n \"limitsPriceMin\": 0,\n \"limitsPriceMax\": 0,\n \"limitsVolumeMin\": 0,\n \"limitsVolumeMax\": 0,\n \"limitsMarketMin\": 0,\n \"limitsMarketMax\": 0,\n \"limitsLeverageMin\": {},\n \"limitsLeverageMax\": {},\n \"limitsLeverageSuperMax\": {},\n \"limitsCostMin\": {},\n \"limitsCostMax\": {},\n \"precisionPrice\": 0,\n \"precisionVolume\": 0,\n \"precisionBase\": 0,\n \"precisionQuote\": 0,\n \"listingTimestamp\": {},\n \"contractUnderlying\": \"\",\n \"contractExpirationTimestamp\": {},\n \"contractPeriod\": \"\",\n \"contractSize\": {},\n \"contractSettleType\": \"\",\n \"contractSettleSymbol\": {}\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-dd6de85c-c07f-4c56-8877-64e090b5ca4a" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-593a363a-474c-4de8-b27b-d4ae5ed0016f" } ], "id": "6a9463f6-c58f-424b-bdbb-d18613895734", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-6a9463f6-c58f-424b-bdbb-d18613895734" } ], "id": "33fe979a-56c8-476d-8214-51f59259693b", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-33fe979a-56c8-476d-8214-51f59259693b" }, { "name": "funding-rates", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "65f3f39c-72d6-4654-83f6-355150a9ac7d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/funding-rates/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "funding-rates", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] }, "description": "Delivers information on funding rate periods for futures instruments across exchanges, including start and end dates for available funding data." }, "response": [ { "id": "58add142-08f2-4b7b-b38e-303743fd9fc9", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/funding-rates/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "funding-rates", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-58add142-08f2-4b7b-b38e-303743fd9fc9" }, { "id": "a4fa922e-7420-49ba-a60c-2d646c23b146", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/funding-rates/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "funding-rates", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-a4fa922e-7420-49ba-a60c-2d646c23b146" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-65f3f39c-72d6-4654-83f6-355150a9ac7d" } ], "id": "1201b207-1387-4958-9403-23cc3973f0f8", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-1201b207-1387-4958-9403-23cc3973f0f8" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "09e5a565-5067-4235-a8b8-17cf06c4e97d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/funding-rates/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=&rateType=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "funding-rates", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" }, { "description": "**`applied`**: Returns only applied funding rates (historical, confirmed rates) **`predicted`**: Returns only predicted funding rates (future, expected rates) **`both`** (default): Returns both predicted and applied funding rates", "key": "rateType", "value": "" } ], "variable": [ { "id": "0133d6a3-3799-439c-8f4a-0945cf0cb4f2", "key": "instrument", "value": "BTCUSD_PERP", "description": "(Required) The futures instrument for which data will be retrieved." } ] }, "description": "Provides historical funding rate data for futures instruments, including timestamps, actual and projected rates, and details on upcoming funding times across exchanges." }, "response": [ { "id": "24395920-9552-4adb-a4c8-4f5d90a3cb25", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/funding-rates/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=&rateType=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "funding-rates", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" }, { "description": "**`applied`**: Returns only applied funding rates (historical, confirmed rates) **`predicted`**: Returns only predicted funding rates (future, expected rates) **`both`** (default): Returns both predicted and applied funding rates", "key": "rateType", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"fundingInterval\": \"\",\n \"fundingRate\": \"\",\n \"nextFundingRate\": \"\",\n \"nextFundingTime\": \"\",\n \"isActualFundingRate\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"fundingInterval\": \"\",\n \"fundingRate\": \"\",\n \"nextFundingRate\": \"\",\n \"nextFundingTime\": \"\",\n \"isActualFundingRate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-24395920-9552-4adb-a4c8-4f5d90a3cb25" }, { "id": "9e204d20-80a4-42de-b329-0d4700f789ce", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/funding-rates/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=&rateType=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "funding-rates", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" }, { "description": "**`applied`**: Returns only applied funding rates (historical, confirmed rates) **`predicted`**: Returns only predicted funding rates (future, expected rates) **`both`** (default): Returns both predicted and applied funding rates", "key": "rateType", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-9e204d20-80a4-42de-b329-0d4700f789ce" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-09e5a565-5067-4235-a8b8-17cf06c4e97d" } ], "id": "fd1af60b-75ff-4a61-86c1-c01732dd26ee", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-fd1af60b-75ff-4a61-86c1-c01732dd26ee" } ], "id": "d0f71641-42e0-422b-b1fa-4a14d2393251", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-d0f71641-42e0-422b-b1fa-4a14d2393251" }, { "name": "batch-funding-rates", "item": [ { "name": "{exchange}", "item": [ { "name": "Batch Historical", "id": "141355e4-81da-4b71-a7ba-bf4e4a03b426", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/batch-funding-rates/:exchange?instruments=BTCUSDT,ETHUSDT&rateType=applied&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "batch-funding-rates", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTCUSDT,ETHUSDT" }, { "description": "(Required) **`applied`** (default): Returns only applied funding rates (historical, confirmed rates) **`predicted`**: Returns only predicted funding rates (future, expected rates)", "key": "rateType", "value": "applied" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "d39681a6-60d4-47a7-b92e-ba773f8bcfbf", "key": "exchange", "value": "binance", "description": "(Required) The exchange for which to retrieve the most current data." } ] }, "description": "Returns batched historical funding rate data for futures instruments within a specified date range, including timestamps, actual funding rates, and projected rates across exchanges." }, "response": [ { "id": "527a1b4c-6899-4270-8e47-19f6971c93c0", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/batch-funding-rates/:exchange?instruments=BTCUSDT,ETHUSDT&rateType=applied&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "batch-funding-rates", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTCUSDT,ETHUSDT" }, { "description": "(Required) **`applied`** (default): Returns only applied funding rates (historical, confirmed rates) **`predicted`**: Returns only predicted funding rates (future, expected rates)", "key": "rateType", "value": "applied" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"fundingInterval\": \"\",\n \"fundingRate\": \"\",\n \"nextFundingRate\": \"\",\n \"nextFundingTime\": \"\",\n \"isActualFundingRate\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"fundingInterval\": \"\",\n \"fundingRate\": \"\",\n \"nextFundingRate\": \"\",\n \"nextFundingTime\": \"\",\n \"isActualFundingRate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-527a1b4c-6899-4270-8e47-19f6971c93c0" }, { "id": "ebcff64d-98a7-4251-b03a-895757b5b4ba", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/batch-funding-rates/:exchange?instruments=BTCUSDT,ETHUSDT&rateType=applied&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "batch-funding-rates", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTCUSDT,ETHUSDT" }, { "description": "(Required) **`applied`** (default): Returns only applied funding rates (historical, confirmed rates) **`predicted`**: Returns only predicted funding rates (future, expected rates)", "key": "rateType", "value": "applied" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-ebcff64d-98a7-4251-b03a-895757b5b4ba" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-141355e4-81da-4b71-a7ba-bf4e4a03b426" } ], "id": "afd308fd-2d75-4e6c-8c3b-783a82b6c556", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-afd308fd-2d75-4e6c-8c3b-783a82b6c556" } ], "id": "2ba475df-2243-4426-8dd9-4a7e44fc2153", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-2ba475df-2243-4426-8dd9-4a7e44fc2153" }, { "name": "insurance-fund", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "8db6c3a8-3dc0-4853-b84d-f291cd2ccdc5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/insurance-fund/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "insurance-fund", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] }, "description": "Provides details on insurance fund data availability for futures instruments, including exchanges, underlying assets, and date ranges for historical coverage." }, "response": [ { "id": "17dd81a1-af98-4c02-acd0-5ef37691f9cb", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/insurance-fund/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "insurance-fund", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"underlying\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-17dd81a1-af98-4c02-acd0-5ef37691f9cb" }, { "id": "104454c1-20e6-4c49-beb9-336490fc6d09", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/insurance-fund/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "insurance-fund", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-104454c1-20e6-4c49-beb9-336490fc6d09" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-8db6c3a8-3dc0-4853-b84d-f291cd2ccdc5" } ], "id": "d4070743-133f-425e-9d61-535a1a5397e2", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-d4070743-133f-425e-9d61-535a1a5397e2" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "1c09a080-9ca8-4c4b-9d8e-c4fb644ff455", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/insurance-fund/:instrument?exchange=huobi&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "insurance-fund", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "huobi" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "5c5f61e1-7c24-4fdf-82ed-956664ff111e", "key": "instrument", "value": "BTC-USDT", "description": "(Required) The futures instrument for which data will be retrieved." } ] }, "description": "Delivers historical data on insurance fund balances for futures instruments, including timestamps, fund amounts, and underlying assets across exchanges." }, "response": [ { "id": "7ae23b47-c972-401c-bc53-f01139749abc", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/insurance-fund/:instrument?exchange=huobi&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "insurance-fund", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "huobi" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": {},\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"fund\": 0,\n \"underlying\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"exchangeTimestampNanoseconds\": 0,\n \"fund\": 0,\n \"underlying\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-7ae23b47-c972-401c-bc53-f01139749abc" }, { "id": "1551d650-c387-4834-baf2-214b290b07b4", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/insurance-fund/:instrument?exchange=huobi&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "insurance-fund", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "huobi" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-1551d650-c387-4834-baf2-214b290b07b4" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-1c09a080-9ca8-4c4b-9d8e-c4fb644ff455" } ], "id": "a118464f-474a-4801-8274-7b04b32d0a3f", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-a118464f-474a-4801-8274-7b04b32d0a3f" } ], "id": "07beb212-1735-448f-b36e-21ea9f1e7c45", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-07beb212-1735-448f-b36e-21ea9f1e7c45" }, { "name": "liquidations", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "04a6e457-b9de-4b61-92ac-4e73c4818745", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/liquidations/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "liquidations", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] }, "description": "Provides available date ranges for liquidation data on futures instruments across exchanges, including start and end timestamps for each instrument." }, "response": [ { "id": "71ad0d0f-f8b1-43d1-b37f-d92721771bfb", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/liquidations/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "liquidations", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-71ad0d0f-f8b1-43d1-b37f-d92721771bfb" }, { "id": "377caf6d-ac15-4c02-bdbd-58a1a8c7f91a", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/liquidations/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "liquidations", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-377caf6d-ac15-4c02-bdbd-58a1a8c7f91a" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-04a6e457-b9de-4b61-92ac-4e73c4818745" } ], "id": "327013ca-fff1-48c7-9a8a-6b3cd85a7ad7", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-327013ca-fff1-48c7-9a8a-6b3cd85a7ad7" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "0d457ae1-20a1-488a-acca-ca613be81fbb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/liquidations/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "liquidations", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "e7eb497f-de8a-4a32-90f1-06485b73d278", "key": "instrument", "value": "BTCUSDT", "description": "(Required) The futures instrument for which data will be retrieved." } ] }, "description": "Provides historical liquidation data for futures instruments, including timestamps, order details, price, volume, and position type for each liquidation event across exchanges." }, "response": [ { "id": "51510ce8-c239-47dc-a2a4-4b24f48a7aa4", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/liquidations/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "liquidations", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"action\": \"\",\n \"orderId\": \"\",\n \"side\": \"\",\n \"status\": \"\",\n \"timeInForce\": \"\",\n \"type\": \"\",\n \"price\": \"\",\n \"volume\": \"\",\n \"unit\": \"\",\n \"positionType\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"action\": \"\",\n \"orderId\": \"\",\n \"side\": \"\",\n \"status\": \"\",\n \"timeInForce\": \"\",\n \"type\": \"\",\n \"price\": \"\",\n \"volume\": \"\",\n \"unit\": \"\",\n \"positionType\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-51510ce8-c239-47dc-a2a4-4b24f48a7aa4" }, { "id": "816989b1-29dd-4dc5-90c9-28eb38660d26", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/liquidations/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "liquidations", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-816989b1-29dd-4dc5-90c9-28eb38660d26" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-0d457ae1-20a1-488a-acca-ca613be81fbb" } ], "id": "7f0634c3-471d-4f24-b119-01bd4f2c3cde", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-7f0634c3-471d-4f24-b119-01bd4f2c3cde" } ], "id": "41dd3c99-b11c-4e6a-ab94-dabaec37be7c", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-41dd3c99-b11c-4e6a-ab94-dabaec37be7c" }, { "name": "long-short-ratio", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "93507240-f8c7-4902-9a21-1638c15000d1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/long-short-ratio/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "long-short-ratio", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] }, "description": "Provides available date ranges for long/short ratio data on futures instruments across exchanges, detailing the start and end dates for each instrument." }, "response": [ { "id": "c997c16c-9537-4fc3-bd53-280b44333417", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/long-short-ratio/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "long-short-ratio", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-c997c16c-9537-4fc3-bd53-280b44333417" }, { "id": "7ac16ede-a699-4ad5-a614-5e51da397c4c", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/long-short-ratio/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "long-short-ratio", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-7ac16ede-a699-4ad5-a614-5e51da397c4c" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-93507240-f8c7-4902-9a21-1638c15000d1" } ], "id": "b746c87e-fe1f-4e86-a020-baa8953082cb", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-b746c87e-fe1f-4e86-a020-baa8953082cb" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "03ea763f-dfc9-49e3-91e6-e49a18be5123", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/long-short-ratio/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&timeInterval=hours&metricType=default&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "long-short-ratio", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Time interval to aggregate the historical data to.", "key": "timeInterval", "value": "hours" }, { "description": "**[Optional]** Specifies the long/short ratio metric to retrieve.\n\n| Value | Description |\n|---|---|\n| `default` | Long/short ratio across **all** accounts on the exchange. Available for all supported exchanges. |\n| `topTraderPositions` | Long/short ratio by **position size** (dollar-weighted) among the top 20% of traders by margin balance. Reflects where the largest capital is allocated. |\n| `topTraderAccounts` | Long/short ratio by **account count** among top traders \u2014 each account counted once regardless of position size. Reflects how many large traders are bullish vs bearish. |\n\n**[Supported exchanges]** `topTraderPositions` and `topTraderAccounts` are only supported for `binance`. Requests using these values with other exchanges will return an empty response.\n", "key": "metricType", "value": "default" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "d4f97a41-d963-484f-992a-05bc234a8fe6", "key": "instrument", "value": "BTCUSDT", "description": "(Required) The futures instrument for which data will be retrieved." } ] }, "description": "Provides historical long/short ratio data for futures instruments, including timestamps, long and short account distributions, and ratio values across exchanges." }, "response": [ { "id": "c228c957-16a9-4900-aa1e-9de0afa07011", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/long-short-ratio/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&timeInterval=hours&metricType=default&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "long-short-ratio", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Time interval to aggregate the historical data to.", "key": "timeInterval", "value": "hours" }, { "description": "**[Optional]** Specifies the long/short ratio metric to retrieve.\n\n| Value | Description |\n|---|---|\n| `default` | Long/short ratio across **all** accounts on the exchange. Available for all supported exchanges. |\n| `topTraderPositions` | Long/short ratio by **position size** (dollar-weighted) among the top 20% of traders by margin balance. Reflects where the largest capital is allocated. |\n| `topTraderAccounts` | Long/short ratio by **account count** among top traders \u2014 each account counted once regardless of position size. Reflects how many large traders are bullish vs bearish. |\n\n**[Supported exchanges]** `topTraderPositions` and `topTraderAccounts` are only supported for `binance`. Requests using these values with other exchanges will return an empty response.\n", "key": "metricType", "value": "default" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"period\": \"\",\n \"longAccount\": \"\",\n \"shortAccount\": \"\",\n \"ratio\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"period\": \"\",\n \"longAccount\": \"\",\n \"shortAccount\": \"\",\n \"ratio\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-c228c957-16a9-4900-aa1e-9de0afa07011" }, { "id": "8e84258c-70bd-4533-8c5a-ea3e2de63817", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/long-short-ratio/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&timeInterval=hours&metricType=default&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "long-short-ratio", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Time interval to aggregate the historical data to.", "key": "timeInterval", "value": "hours" }, { "description": "**[Optional]** Specifies the long/short ratio metric to retrieve.\n\n| Value | Description |\n|---|---|\n| `default` | Long/short ratio across **all** accounts on the exchange. Available for all supported exchanges. |\n| `topTraderPositions` | Long/short ratio by **position size** (dollar-weighted) among the top 20% of traders by margin balance. Reflects where the largest capital is allocated. |\n| `topTraderAccounts` | Long/short ratio by **account count** among top traders \u2014 each account counted once regardless of position size. Reflects how many large traders are bullish vs bearish. |\n\n**[Supported exchanges]** `topTraderPositions` and `topTraderAccounts` are only supported for `binance`. Requests using these values with other exchanges will return an empty response.\n", "key": "metricType", "value": "default" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-8e84258c-70bd-4533-8c5a-ea3e2de63817" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-03ea763f-dfc9-49e3-91e6-e49a18be5123" } ], "id": "8026d267-a629-418e-a1f8-90bd81f07420", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-8026d267-a629-418e-a1f8-90bd81f07420" } ], "id": "fc33ce46-ba93-4f8d-bfc3-f97cd780ebe1", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-fc33ce46-ba93-4f8d-bfc3-f97cd780ebe1" }, { "name": "ohlcv", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "abd57920-6944-43d1-b4de-ba0526c942fd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/ohlcv/information?exchange=&instrument=&includeInactive=&timeFormat=&timeInterval=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "ohlcv", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes* | hours | days`", "key": "timeInterval", "value": "" } ] }, "description": "Provides available date ranges for OHLCV (Open, High, Low, Close, Volume) data on futures instruments across exchanges, including start and end dates for each instrument." }, "response": [ { "id": "349e21eb-3019-4b37-87fb-206a73818dbe", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/ohlcv/information?exchange=&instrument=&includeInactive=&timeFormat=&timeInterval=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "ohlcv", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones. **[Defaults]** `True | False*`.", "key": "includeInactive", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes* | hours | days`", "key": "timeInterval", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": 0,\n \"endDate\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-349e21eb-3019-4b37-87fb-206a73818dbe" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-abd57920-6944-43d1-b4de-ba0526c942fd" } ], "id": "cf857ab3-6a88-4c57-8237-00a20b883533", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-cf857ab3-6a88-4c57-8237-00a20b883533" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "c2ebe447-a302-40c5-b354-cf7a0bc425f2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/ohlcv/:instrument?exchange=binance&startDate=&endDate=&timeInterval=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "ohlcv", ":instrument" ], "query": [ { "description": "(Required) **[Default]** All available exchanges.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "4ff26831-5cf1-41f7-aa21-8d916db468b8", "key": "instrument", "value": "BTCUSD_PERP", "description": "(Required) The instrument for which to retrieve the requested data." } ] }, "description": "Delivers historical OHLCV (Open, High, Low, Close, Volume) data for futures instruments, including timestamps, price levels, and trading volume across exchanges." }, "response": [ { "id": "e061f599-9fca-498c-af55-47740f5c58c0", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/ohlcv/:instrument?exchange=binance&startDate=&endDate=&timeInterval=&timeFormat=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "ohlcv", ":instrument" ], "query": [ { "description": "(Required) **[Default]** All available exchanges.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": 0,\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": {},\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"open\": 0,\n \"high\": 0,\n \"low\": 0,\n \"close\": 0,\n \"volume\": 0\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": 0,\n \"open\": 0,\n \"high\": 0,\n \"low\": 0,\n \"close\": 0,\n \"volume\": 0\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-e061f599-9fca-498c-af55-47740f5c58c0" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-c2ebe447-a302-40c5-b354-cf7a0bc425f2" } ], "id": "a5a33a0d-8d03-48bb-aad0-2e3fbb0aaa22", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-a5a33a0d-8d03-48bb-aad0-2e3fbb0aaa22" } ], "id": "09abc3b1-44a8-4c77-a74d-7122c3885f20", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-09abc3b1-44a8-4c77-a74d-7122c3885f20" }, { "name": "batch-ohlcv", "item": [ { "name": "{exchange}", "item": [ { "name": "Batch Historical", "id": "d7ad5b96-821d-4a4b-9d84-b40a5fcbd764", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/batch-ohlcv/:exchange?instruments=BTCUSDT,ETHUSDT&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "batch-ohlcv", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTCUSDT,ETHUSDT" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "46b002d2-b3be-4c10-bb78-f1570c118b6a", "key": "exchange", "value": "binance", "description": "(Required) The exchange for which to retrieve the most current data." } ] }, "description": "Provides batched historical OHLCV (Open, High, Low, Close, Volume) data for multiple futures instruments within a specified date range, including timestamps, price levels, and trading volumes across exchanges." }, "response": [ { "id": "01ce4be2-9811-496d-9507-0feb38c0b02f", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/batch-ohlcv/:exchange?instruments=BTCUSDT,ETHUSDT&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "batch-ohlcv", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTCUSDT,ETHUSDT" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"open\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"close\": \"\",\n \"volume\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"open\": \"\",\n \"high\": \"\",\n \"low\": \"\",\n \"close\": \"\",\n \"volume\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-01ce4be2-9811-496d-9507-0feb38c0b02f" }, { "id": "21da8c7a-fc00-4d49-8351-0616544685d1", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/batch-ohlcv/:exchange?instruments=BTCUSDT,ETHUSDT&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "batch-ohlcv", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTCUSDT,ETHUSDT" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-21da8c7a-fc00-4d49-8351-0616544685d1" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-d7ad5b96-821d-4a4b-9d84-b40a5fcbd764" } ], "id": "08fb83fb-8fec-4b8b-bef2-519248869496", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-08fb83fb-8fec-4b8b-bef2-519248869496" } ], "id": "3effddf2-8aa9-429f-903a-df35820c3337", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-3effddf2-8aa9-429f-903a-df35820c3337" }, { "name": "open-interest", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "08b844dd-fc60-4ea4-b024-b6c5cce531fe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/open-interest/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "open-interest", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] }, "description": "Provides available date ranges for open interest data on futures instruments across exchanges, including start and end dates for each instrument." }, "response": [ { "id": "a30c9eab-a966-40a2-b3cd-fbd28f33b05b", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/open-interest/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "open-interest", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-a30c9eab-a966-40a2-b3cd-fbd28f33b05b" }, { "id": "b3c37922-58e5-42ca-bdf4-2d819f121195", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/open-interest/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "open-interest", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-b3c37922-58e5-42ca-bdf4-2d819f121195" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-08b844dd-fc60-4ea4-b024-b6c5cce531fe" } ], "id": "73d29971-52f4-4c63-99cb-c071d5820ef1", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-73d29971-52f4-4c63-99cb-c071d5820ef1" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "1b4d4d1e-7c33-49ec-b9ec-3331a6c1232d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/open-interest/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "open-interest", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "83f917b9-5777-4370-8c1d-95e275cf3ba4", "key": "instrument", "value": "BTCUSD_PERP", "description": "(Required) The futures instrument for which data will be retrieved." } ] }, "description": "Provides historical open interest data for futures instruments, including timestamps, open interest values, and contract types across exchanges." }, "response": [ { "id": "8953ad26-d435-4647-a05b-69dc44e21217", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/open-interest/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "open-interest", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"value\": \"\",\n \"type\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"value\": \"\",\n \"type\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-8953ad26-d435-4647-a05b-69dc44e21217" }, { "id": "4aacb5df-cf91-491c-96fb-e4a4235e2706", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/open-interest/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "open-interest", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-4aacb5df-cf91-491c-96fb-e4a4235e2706" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-1b4d4d1e-7c33-49ec-b9ec-3331a6c1232d" } ], "id": "70d766c9-448d-4084-ad77-9e5cca2a9b6c", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-70d766c9-448d-4084-ad77-9e5cca2a9b6c" } ], "id": "e0e10d97-00fa-415c-8e25-127ddd15bb60", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-e0e10d97-00fa-415c-8e25-127ddd15bb60" }, { "name": "batch-open-interest", "item": [ { "name": "{exchange}", "item": [ { "name": "Batch Historical", "id": "c929af65-165b-42ea-9dd2-ae0d56d6b1f3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/batch-open-interest/:exchange?instruments=BTCUSDT,ETHUSDT&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "batch-open-interest", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTCUSDT,ETHUSDT" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "id": "12e180c3-fcbf-432c-a50d-c06d9798d6c7", "key": "exchange", "value": "binance", "description": "(Required) The exchange for which to retrieve the most current data." } ] }, "description": "Provides batched historical open interest data for multiple futures instruments within a specified date range, including timestamps, open interest values, and contract types across exchanges." }, "response": [ { "id": "c8192775-a7e2-4ee7-aada-b5fc0e2c3912", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/batch-open-interest/:exchange?instruments=BTCUSDT,ETHUSDT&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "batch-open-interest", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTCUSDT,ETHUSDT" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"value\": \"\",\n \"type\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchangeTimestamp\": \"\",\n \"value\": \"\",\n \"type\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-c8192775-a7e2-4ee7-aada-b5fc0e2c3912" }, { "id": "0413d316-7598-4369-958b-237bb50dd3a2", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/batch-open-interest/:exchange?instruments=BTCUSDT,ETHUSDT&startDate=&endDate=&timeInterval=&timeFormat=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "batch-open-interest", ":exchange" ], "query": [ { "description": "(Required) **[Required]** The instrument(s) for which to retrieve the most current data (comma separated). **[Maximum]** 50 instruments", "key": "instruments", "value": "BTCUSDT,ETHUSDT" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time interval. **[Defaults]** `minutes | hours | days*`", "key": "timeInterval", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" } ], "variable": [ { "key": "exchange" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-0413d316-7598-4369-958b-237bb50dd3a2" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-c929af65-165b-42ea-9dd2-ae0d56d6b1f3" } ], "id": "16ba9293-c03a-437b-8e44-9857153907f9", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-16ba9293-c03a-437b-8e44-9857153907f9" } ], "id": "08fe64e3-7485-4f10-833c-2b353bc9d9f9", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-08fe64e3-7485-4f10-833c-2b353bc9d9f9" }, { "name": "order-book-snapshots", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "7e2fd054-c415-4bbd-bb33-b58eb508cbb8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/order-book-snapshots/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "order-book-snapshots", "information" ], "query": [ { "description": "The exchange(s) for which to retrieve futures order book data. Example: exchange=bitfinex,bitstamp", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If `true`, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] }, "description": "Provides available date ranges for order book snapshot data on futures instruments across exchanges, including start and end timestamps for each instrument." }, "response": [ { "id": "af76a2d4-ec77-47c5-8cfc-3c0e1f5bee17", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/order-book-snapshots/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "order-book-snapshots", "information" ], "query": [ { "description": "The exchange(s) for which to retrieve futures order book data. Example: exchange=bitfinex,bitstamp", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If `true`, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-af76a2d4-ec77-47c5-8cfc-3c0e1f5bee17" }, { "id": "ad392fef-1117-4b18-8d78-7f8aa28ace3d", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/order-book-snapshots/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "order-book-snapshots", "information" ], "query": [ { "description": "The exchange(s) for which to retrieve futures order book data. Example: exchange=bitfinex,bitstamp", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If `true`, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-ad392fef-1117-4b18-8d78-7f8aa28ace3d" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-7e2fd054-c415-4bbd-bb33-b58eb508cbb8" } ], "id": "759f7c59-7983-4780-9a47-951b3b08426b", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-759f7c59-7983-4780-9a47-951b3b08426b" }, { "name": "{instrument}", "item": [ { "name": "Snapshots Historical", "id": "95b30d99-62f0-4750-8763-5bbd3615c032", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/order-book-snapshots/:instrument?exchange=binance&startDate=&endDate=×tamp=&timeFormat=&sortDirection=&maxLevel=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "order-book-snapshots", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current minute (max time range is 10 minutes).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** Ten minutes after the beginning of the current hour (max time range is 10 minutes).", "key": "endDate", "value": "" }, { "description": "**[Optional]** The timestamp at which to return the order book information (closest match, lower or equal to the timestamp specified).", "key": "timestamp", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" }, { "description": "The number of order book levels that should be returned.", "key": "maxLevel", "value": "" } ], "variable": [ { "id": "577cbea3-adfa-4aa4-922c-8cef55eecedb", "key": "instrument", "value": "BTCUSD_PERP", "description": "(Required) The instrument for which to retrieve the requested data." } ] }, "description": "Provides historical snapshots of futures order books, capturing bid and ask price levels, volumes, and sequence details at specific timestamps across exchanges." }, "response": [ { "id": "bd4adb59-e8b1-42c9-827a-84d62b2bf063", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/order-book-snapshots/:instrument?exchange=binance&startDate=&endDate=×tamp=&timeFormat=&sortDirection=&maxLevel=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "order-book-snapshots", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current minute (max time range is 10 minutes).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** Ten minutes after the beginning of the current hour (max time range is 10 minutes).", "key": "endDate", "value": "" }, { "description": "**[Optional]** The timestamp at which to return the order book information (closest match, lower or equal to the timestamp specified).", "key": "timestamp", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" }, { "description": "The number of order book levels that should be returned.", "key": "maxLevel", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"requestedStartDate\": \"\",\n \"requestedEndDate\": \"\",\n \"returnedStartDate\": \"\",\n \"returnedEndDate\": \"\",\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"timestamp\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"sequence\": \"\",\n \"currentFunding\": \"\",\n \"ask\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ],\n \"bid\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"timestamp\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"sequence\": \"\",\n \"currentFunding\": \"\",\n \"ask\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ],\n \"bid\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-bd4adb59-e8b1-42c9-827a-84d62b2bf063" }, { "id": "534cce98-5ec8-4b84-8ba0-d352834307f3", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/order-book-snapshots/:instrument?exchange=binance&startDate=&endDate=×tamp=&timeFormat=&sortDirection=&maxLevel=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "order-book-snapshots", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current minute (max time range is 10 minutes).", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** Ten minutes after the beginning of the current hour (max time range is 10 minutes).", "key": "endDate", "value": "" }, { "description": "**[Optional]** The timestamp at which to return the order book information (closest match, lower or equal to the timestamp specified).", "key": "timestamp", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload. **[Defaults]** `milliseconds | ms* | iso | iso8601 | hr | human_readable`", "key": "timeFormat", "value": "" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" }, { "description": "The number of order book levels that should be returned.", "key": "maxLevel", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-534cce98-5ec8-4b84-8ba0-d352834307f3" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-95b30d99-62f0-4750-8763-5bbd3615c032" } ], "id": "bb1ad37f-add4-409a-9e21-3ca365111c42", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-bb1ad37f-add4-409a-9e21-3ca365111c42" } ], "id": "d5b0f6b8-dd11-4988-ae2c-f173c74aa0dc", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-d5b0f6b8-dd11-4988-ae2c-f173c74aa0dc" }, { "name": "order-book-events", "item": [ { "name": "{instrument}", "item": [ { "name": "Events/Updates Historical", "id": "6afc1ecf-e7b5-4caf-9d2d-92af2effefd0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/order-book-events/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "order-book-events", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "47b52a5e-16e5-4cdc-8038-d422d3dda8eb", "key": "instrument", "value": "BTCUSD_PERP", "description": "(Required) The futures instrument for which data will be retrieved." } ] }, "description": "Provides historical event updates for futures order books, including bid and ask price levels, volumes, and sequence information for each update across exchanges." }, "response": [ { "id": "502fc921-f563-4d25-997b-7361cdc1aa15", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/order-book-events/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "order-book-events", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"requestedStartDate\": \"\",\n \"requestedEndDate\": \"\",\n \"returnedStartDate\": \"\",\n \"returnedEndDate\": \"\",\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"sequence\": \"\",\n \"ask\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ],\n \"bid\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"sequence\": \"\",\n \"ask\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ],\n \"bid\": [\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n },\n {\n \"price\": \"\",\n \"volume\": \"\",\n \"numOrders\": \"\"\n }\n ]\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-502fc921-f563-4d25-997b-7361cdc1aa15" }, { "id": "b583bde0-7326-423c-b6d9-dbdaa029fa4b", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/order-book-events/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "order-book-events", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-b583bde0-7326-423c-b6d9-dbdaa029fa4b" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-6afc1ecf-e7b5-4caf-9d2d-92af2effefd0" } ], "id": "b10dceaa-17fc-427f-95c3-a014f9349465", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-b10dceaa-17fc-427f-95c3-a014f9349465" } ], "id": "8255f940-7c2e-4fbe-ae6c-58d601ba5a31", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-8255f940-7c2e-4fbe-ae6c-58d601ba5a31" }, { "name": "tickers", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "646f1358-7b1f-4acc-b0b2-daf8a77db336", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/tickers/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "tickers", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] }, "description": "Provides available date ranges for ticker data on futures instruments across exchanges, including start and end timestamps for each instrument." }, "response": [ { "id": "ef31bd26-2f5d-42ca-ad69-e7a3bb8ae36a", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/tickers/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "tickers", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-ef31bd26-2f5d-42ca-ad69-e7a3bb8ae36a" }, { "id": "f1d90b63-7f75-43e0-ab63-4b4b803d5bec", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/tickers/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "tickers", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** If true, endpoint returns all instruments, including delisted ones.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-f1d90b63-7f75-43e0-ab63-4b4b803d5bec" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-646f1358-7b1f-4acc-b0b2-daf8a77db336" } ], "id": "929b2402-bc27-469a-a53b-266fb832eada", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-929b2402-bc27-469a-a53b-266fb832eada" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "6f7bf957-a44c-4b39-8017-f6e093b6cbb3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/tickers/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "tickers", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "f7006671-f95d-4574-84cc-e4dd08b3aafa", "key": "instrument", "value": "BTCUSDT", "description": "(Required) The futures instrument for which data will be retrieved." } ] }, "description": "Provides historical ticker data for futures instruments, including bid, ask, mid prices, volumes, mark and index prices, and sequence information across exchanges." }, "response": [ { "id": "2576dde3-601a-402f-81e9-cc6b47810bc3", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/tickers/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "tickers", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"bid\": \"\",\n \"ask\": \"\",\n \"mid\": \"\",\n \"last\": \"\",\n \"bidVolume\": \"\",\n \"askVolume\": \"\",\n \"lastVolume\": \"\",\n \"baseVolume\": \"\",\n \"quoteVolume\": \"\",\n \"sequence\": \"\",\n \"markPrice\": \"\",\n \"indexPrice\": \"\",\n \"askTimestamp\": \"\",\n \"bidTimestamp\": \"\",\n \"askTimestampNanoseconds\": \"\",\n \"bidTimestampNanoseconds\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"bid\": \"\",\n \"ask\": \"\",\n \"mid\": \"\",\n \"last\": \"\",\n \"bidVolume\": \"\",\n \"askVolume\": \"\",\n \"lastVolume\": \"\",\n \"baseVolume\": \"\",\n \"quoteVolume\": \"\",\n \"sequence\": \"\",\n \"markPrice\": \"\",\n \"indexPrice\": \"\",\n \"askTimestamp\": \"\",\n \"bidTimestamp\": \"\",\n \"askTimestampNanoseconds\": \"\",\n \"bidTimestampNanoseconds\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-2576dde3-601a-402f-81e9-cc6b47810bc3" }, { "id": "04b0cd8e-7ef5-472b-8cdd-fef757f1cbfb", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/tickers/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "tickers", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the return payload.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-04b0cd8e-7ef5-472b-8cdd-fef757f1cbfb" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-6f7bf957-a44c-4b39-8017-f6e093b6cbb3" } ], "id": "5434dac8-67f2-4ee3-90e1-a516a7e9b3f3", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-5434dac8-67f2-4ee3-90e1-a516a7e9b3f3" } ], "id": "488ca894-d5fc-4a5a-b211-69cd4805199a", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-488ca894-d5fc-4a5a-b211-69cd4805199a" }, { "name": "trades", "item": [ { "name": "information", "item": [ { "name": "Information", "id": "38b93004-68b1-454e-9de4-9189d7725af8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/trades/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "trades", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] }, "description": "Provides available date ranges for trade data on futures instruments across exchanges, including start and end timestamps for each instrument." }, "response": [ { "id": "04aa2bd2-d711-42ce-811c-3ba46d141106", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/trades/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "trades", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n },\n {\n \"exchange\": \"\",\n \"instrument\": \"\",\n \"startDate\": \"\",\n \"endDate\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-04aa2bd2-d711-42ce-811c-3ba46d141106" }, { "id": "736018a5-4942-435a-86df-247e98dd0c9e", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/trades/information?exchange=&instrument=&includeInactive=false&timeFormat=hr", "host": [ "{{baseUrl}}" ], "path": [ "futures", "trades", "information" ], "query": [ { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "exchange", "value": "" }, { "description": "Only return data for the given pair.", "key": "instrument", "value": "" }, { "description": "**[Optional]** The exchange(s) for which to retrieve the most current data (comma separated). **[Default]** All available exchanges.", "key": "includeInactive", "value": "false" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-736018a5-4942-435a-86df-247e98dd0c9e" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-38b93004-68b1-454e-9de4-9189d7725af8" } ], "id": "cc5aa520-4980-4225-ab00-18c81749b811", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-cc5aa520-4980-4225-ab00-18c81749b811" }, { "name": "{instrument}", "item": [ { "name": "Historical", "id": "3fbaccbf-49c3-4f3a-91cd-ff95fd0afa88", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/futures/trades/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "trades", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "id": "7f85f8e9-1b0b-4c09-a9db-bb6e5365b93b", "key": "instrument", "value": "BTCUSD_PERP", "description": "(Required) " } ] }, "description": "Provides historical trade data for futures instruments, including timestamps, trade prices, volumes, buy/sell side information, and trade identifiers across exchanges." }, "response": [ { "id": "ccb25d15-c8f4-47ad-871c-6693e828c040", "name": "200", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/trades/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "trades", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"payload\": {\n \"metadata\": {\n \"next\": \"\",\n \"api-version\": \"\"\n },\n \"data\": [\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"isBuySide\": \"\",\n \"price\": \"\",\n \"volume\": \"\",\n \"tradeId\": \"\",\n \"quoteVolume\": \"\",\n \"sequence\": \"\"\n },\n {\n \"instrument\": \"\",\n \"exchange\": \"\",\n \"exchangeTimestamp\": \"\",\n \"exchangeTimestampNanoseconds\": \"\",\n \"isBuySide\": \"\",\n \"price\": \"\",\n \"volume\": \"\",\n \"tradeId\": \"\",\n \"quoteVolume\": \"\",\n \"sequence\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-ccb25d15-c8f4-47ad-871c-6693e828c040" }, { "id": "4afbd529-27d2-4ad6-8108-9dd55d50d6fb", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "Accept-Encoding", "value": "gzip, deflate, br" }, { "key": "api-version", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/futures/trades/:instrument?exchange=binance&startDate=&endDate=&timeFormat=hr&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "futures", "trades", ":instrument" ], "query": [ { "description": "(Required) The exchange for which data should be retrieved. Only **1** exchange is allowed.", "key": "exchange", "value": "binance" }, { "description": "**[Optional]** Payload only includes data after this date (inclusive). **[Defaults]** Beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "startDate", "value": "" }, { "description": "**[Optional]** Payload only includes data before this date (exclusive). **[Defaults]** One hour after the beginning of the current hour (max time range is 1 hour). **[Formats]** `seconds | milliseconds | iso8601` **[Examples]** `1578531600 | 1578531600000 | 2020-09-01T01:00:00`", "key": "endDate", "value": "" }, { "description": "**[Optional]** Time format of the timestamps in the response.", "key": "timeFormat", "value": "hr" }, { "description": "**[Optional]** Specifies the direction in which the data is sorted (by timestamp). **[Defaults]** asc (ascending order). **[Usage Conditions]** This parameter can only be used if the `startDate` and `endDate` timeframe is within the most recent 24 hours, or if the `startDate` and `endDate` parameters are not used at all. **[Examples]** ascending | descending | asc | desc", "key": "sortDirection", "value": "" } ], "variable": [ { "key": "instrument" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T00:59:49.000Z", "updatedAt": "2026-07-28T00:59:49.000Z", "uid": "35240-4afbd529-27d2-4ad6-8108-9dd55d50d6fb" } ], "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-3fbaccbf-49c3-4f3a-91cd-ff95fd0afa88" } ], "id": "42c9a28c-e98c-4223-a982-97cccb9d02b3", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-42c9a28c-e98c-4223-a982-97cccb9d02b3" } ], "id": "231d24a5-8b63-48ec-8834-abed290ae872", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-231d24a5-8b63-48ec-8834-abed290ae872" } ], "id": "60083e87-40ca-4dd9-92d1-6312be6a135f", "createdAt": "2026-07-28T00:59:48.000Z", "updatedAt": "2026-07-28T00:59:48.000Z", "uid": "35240-60083e87-40ca-4dd9-92d1-6312be6a135f" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amberdata.com/markets" } ] }