Information

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.

⚠️ IMPORTANT UPDATE ⚠️

⚠️

Important Update

The old endpoint https://api.amberdata.com/market/futures/ohlcv/information has been updated to https://api.amberdata.com/markets/futures/ohlcv/information and is no longer being supported. Please update your integrations accordingly.

See changes here
  • Endpoint URL Change:
    • Old: https://api.amberdata.com/market/futures/ohlcv/information
    • New: https://api.amberdata.com/markets/futures/ohlcv/information
  • Metadata Changes:
    • A new field called api-version is introduced in the metadata object.
  • Data Structure Changes:
    • The data structure remains an array of JSON objects
  • Other
    • Include the Accept-Encoding: header in your API requests to take advantage of compressed responses.
RESPONSE DATA
JSON Field/PathValue TypeDescription
payload.metadata.nextstringThe URL for the next page of data (nullable if there is no next page).
payload.metadata.api-versionstringThe version of the API used for this request.
payload.data[].exchangestringThe name of the exchange where the OHLCV information applies (e.g., binance).
payload.data[].instrumentstringThe instrument or trading pair for which OHLCV data is recorded (e.g., 1000BONKUSDC).
payload.data[].startDateintegerThe start date and time for OHLCV data in milliseconds since epoch.
payload.data[].endDateintegerThe end date and time for OHLCV data in milliseconds since epoch.
payload.data[].activebooleanIndicates whether the specific instrument is currently active (true) or inactive (false).
Language
Credentials
Header
Click Try It! to start a request and see the response here!