Events Information

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.

⚠️ IMPORTANT UPDATE ⚠️

⚠️

Important Update

The old endpoint https://api.amberdata.com/market/options/order-book-events/information has been updated to https://api.amberdata.com/markets/options/order-book-events/information and is no longer supported. Please update your integrations accordingly.

See changes here
  • Endpoint URL Change:
    • Old: https://api.amberdata.com/market/options/order-book-events/information
    • New: https://api.amberdata.com/markets/options/order-book-events/information
  • Metadata Changes:
    • New field api-version introduced in the metadata object.
  • Data Structure Changes:
    • The data structure remains the same.
  • Other
    • Include the Accept-Encoding: header in your API requests to take advantage of compressed responses.
RESPONSE DATA
FieldTypeDescription
payload.metadata.nextstringPagination
payload.data[index].exchangestringThe name of the exchange.
payload.data[index].instrumentstringThe name of the supported instrument(s) for the exchange.
payload.data[index].underlyingstringThe underlying asset for the instrument.
payload.data[index].startDatenumber | stringThe first date/time for which data is available.
payload.data[index].endDatenumber | stringThe last date/time for which data is available.
payload.data[index].activebooleanFalse if the instrument is no longer active (only available when includeInactive=true).
Language
Credentials
Header
Click Try It! to start a request and see the response here!