Information

Provides details about available options tickers on various exchanges, including essential information about each options contract's underlying asset, trading period, and contract type.

⚠️ IMPORTANT UPDATE ⚠️

⚠️

Important Update

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

See changes here
  • Endpoint URL Change:
    • Old: https://api.amberdata.com/market/options/tickers/information
    • New: https://api.amberdata.com/markets/options/tickers/information
  • Metadata Changes:
    • api-version field added to the response
  • Data Structure Changes:
    • The structure of the data array remains largely the same, but there are some additional fields in the new schema.
  • 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 instrument.
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!