Instruments

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

⚠️

Important Update

The old endpoint https://api.amberdata.com/market/options/exchanges/information has been updated to https://api.amberdata.com/markets/options/exchanges/information. The old endpoint will be deprecated on 2024-10-31. Please update your integrations accordingly.

See changes here
  • Endpoint URL Change:
    • Old: https://api.amberdata.com/market/options/exchanges/information
    • New: https://api.amberdata.com/markets/options/exchanges/information
  • Metadata Changes:
    • api-version field added to the response
  • Data Structure Changes:
    • The old schema data structure was a nested JSON object with exchanges and instruments
    • The new schema data structure is an array of JSON objects, each representing an exchange and instrument with detailed date ranges for different data types
  • Field Value Changes:
    • open_interest renamed to openInterest
    • order_book_snapshot renamed to orderBookSnapshot
  • Other
    • Include the Accept-Encoding: header in your API requests to take advantage of compressed responses.
    • includeDates parameter is no longer supported as dates are always provided

❗️

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}.{pair}.{feature}objectFeature object, contains information about this feature.
payload.data.{exchange}.{pair}.{feature}.startDatenumber | stringFirst available data point.
payload.data.{exchange}.{pair}.{feature}.endDatenumber | stringLast available data point.
payload.data.{exchange}.{pair}.{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!