get https://api.amberdata.com/market/swaps/exchanges/reference
Retrieves reference information for each of the pairs.
Deprecation Notice
This endpoint is now considered a legacy version and will be deprecated on September 30, 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.
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].
Exchanges Supported
This endpoint supports Bitmex, Huobi, Okex, and FTX.US.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.next | string | Pagination |
payload.data.{exchange} | object | Exchange object, contains a list of instruments supported by the exchange. |
payload.data.{exchange}.{instrument} | object | Instrument object, contains information about the instrument. |
payload.data.{exchange}.{instrument}.limits_price_max | object | Maximum price for instrument |
payload.data.{exchange}.{instrument}.limits_price_min | number | Minimum price for instrument |
payload.data.{exchange}.{instrument}.limits_amount_max | number | Maximum amount for instrument |
payload.data.{exchange}.{instrument}.limits_amount_min | number | Minimum amount for instrument |
payload.data.{exchange}.{instrument}.precision_price | number | Precision price for instrument |
payload.data.{exchange}.{instrument}.precision_amount | number | Precision amount for instrument |
payload.data.{exchange}.{instrument}.underlying | string | Underlying for instrument |
payload.data.{exchange}.{instrument}.contractType | string | Contract type for instrument |
payload.data.{exchange}.{instrument}.nativeInstrument | string | Name of the instrument |
payload.data.{exchange}.{instrument}.quoteAsset | string | Quote asset for instrument |
payload.data.{exchange}.{instrument}.contractSize | number | Contract size for instrument (also known as the contract multiplier) |
payload.data.{exchange}.{instrument}.marginType | string | Margin type for instrument |
payload.data.{exchange}.{instrument}.originalReference | object | The full payload from the exchanges directly for instrument |