get https://api.amberdata.com/market/spot/tickers/information
Retrieves the list of all available market tickers.
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.{exchange} | object | Contains a list of market pairs for a given [EXCHANGE]. E.g. bitfinex: { btc_eur: { ... } } |
payload.data.{exchange}.{pair} | object | The symbols of the market pair. |
payload.data.{exchange}.{pair}.address | string | |
payload.data.{exchange}.{pair}.startDate | number or string | First available data point. |
payload.data.{exchange}.{pair}.endDate | number or string | Last available data point. |