Instruments

Retrieves information about supported exchange & instruments for these types of data:
• funding rates
• liquidations
• long short ratio
• ohlcv (open-high-low-close-volume)
• open interest
• order book snapshot
• order book event
• ticker
• trade

❗️

exchange=cme

CME is currently not supported for this endpoint. It will be added soon

Response Data

FieldTypeDescription
payload.metadata.nextstringPagination
payload.data.{exchange}objectExchange object, contains a list of pairs supported by the exchange.
payload.data.{exchange}.{instrument}objectInstrument object, contains information about the instrument.
payload.data.{exchange}.{instrument}.{feature}objectFeature object, contains information about this feature.
payload.data.{exchange}.{instrument}.{feature}.startDatenumber | stringFirst available data point.
payload.data.{exchange}.{instrument}.{feature}.endDatenumber | stringLast available data point.
payload.data.{exchange}.{instrument}.{feature}.activebooleanFalse if the instrument is no longer active (only available when includeInactive=true).
Language
Authorization
Header
Click Try It! to start a request and see the response here!