get https://api.amberdata.com/markets/futures/exchanges/information
Provides detailed metadata and trading activity timelines for futures instruments across exchanges, including funding rates, liquidations, long/short ratios, OHLCV, open interest, order book snapshots and events, ticker updates, and trade history.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.next | string | The URL for the next page of data (for pagination purposes). |
payload.metadata.api-version | string | The version of the API used for this request. |
payload.data[].exchange | string | The name of the exchange (e.g., binance). |
payload.data[].instrument | string | The trading instrument or pair (e.g., 1000BONKUSDC). |
payload.data[].{feature} | object | A placeholder representing one of the feature types (e.g., trade, ticker, fundingRate, ohlcv). |
payload.data[].{feature}.startDate | integer | Start date of the specified feature (e.g., trade, ticker, fundingRate) in milliseconds since epoch. |
payload.data[].{feature}.endDate | integer | End date of the specified feature (e.g., trade, ticker, fundingRate) in milliseconds since epoch. |
payload.data[].active | boolean | Indicates whether the instrument is active (true) or inactive (false) - only available when includeInactive=true . |