get https://api.amberdata.com/market/futures/order-book-events/information
Retrieves the list of all the available exchanges, supported instruments and time range availability.
Deprecation Notice
This endpoint is now considered a legacy version and will be deprecated on June 28, 2024. We strongly encourage all users to migrate to the new version of this endpoint for improved performance, enhanced features, and better support. The new version can be found here.
For details on the new versioning, please visit this page here. We recommend updating your applications at the earliest convenience to ensure uninterrupted service and access to the latest functionalities.
For any questions or assistance during migration, please contact our support team at [email protected].
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data[index].exchange | string | The name of the exchange. |
payload.data[index].instrument | string | The name of the supported instrument(s) for the exchange. |
payload.data[index].startDate | number | string | The first date/time for which data is available. |
payload.data[index].endDate | number | string | The last date/time for which data is available. |
payload.data[index].active | boolean | False if the instrument is no longer active (only available when includeInactive=true ). |