get https://web3api.io/api/v2/market/options/exchanges/reference
Retrieves reference information for each of the pairs.
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}.contractType | string | Contract type for instrument |
payload.data.{exchange}.{instrument}.limits_price_min | number | Minimum price for instrument |
payload.data.{exchange}.{instrument}.limit_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}.expiration | timestamp | The time when the instrument will expire. |
payload.data.{exchange}.{instrument}.underlying | string | Underlying for instrument |
payload.data.{exchange}.{instrument}.nativeInstrument | string | The name of 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}.optionType | string | Either 'call' or 'put' |
payload.data.{exchange}.{instrument}.strikePrice | number | The strike price of options instrument |
payload.data.{exchange}.{instrument}.originalReference | object | The full payload from the exchanges directly for instrument |