get https://web3api.io/api/v2/market/futures/exchanges/reference
Retrieves reference information for each of the pairs.
Response Data
Field | Type | Description |
---|---|---|
payload.{exchange} | object | Exchange object, contains a list of instruments supported by the exchange. |
payload.{exchange}.{instrument} | object | Instrument object, contains information about the instrument. |
payload.{exchange}.{instrument}.contractType | string | Contract type for instrument |
payload.{exchange}.{instrument}.limits_price_max | number | Maximum price for instrument |
payload.{exchange}.{instrument}.limits_price_min | number | Minimum price for instrument |
payload.{exchange}.{instrument}.limits_amount_max | number | Maximum amount for instrument |
payload.{exchange}.{instrument}.limits_amount_min | number | Minimum amount for instrument |
payload.{exchange}.{instrument}.limits_market_max | number | Maximum market for instrument |
payload.{exchange}.{instrument}.limits_market_min | number | Minimum market for instrument |
payload.{exchange}.{instrument}.precision_base | number | precision base for instrument |
payload.{exchange}.{instrument}.precision_quote | number | Precision quote for instrument |
payload.{exchange}.{instrument}.expiration | timestamp | The time when the instrument will expire |
payload.{exchange}.{instrument}.underlying | string | Underlying for instrument |
payload.{exchange}.{instrument}.nativeInstrument | string | The name of instrument |
payload.{exchange}.{instrument}.quoteAsset | string | Quote asset for instrument |
payload.{exchange}.{instrument}.contractSize | number | Contract size for instrument (also known as the contract multiplier) |
payload.{exchange}.{instrument}.marginType | string | Margin type for instrument |