Query Futures Trading Pair Information
Endpoint: /v1/futures/info
Request Parameters
None
Method
GET
Example
Query Parameters
| Parameter | Required | Type | Example | Description |
|---|---|---|---|---|
| symbol | No | String | BTC-USDT | Trading pair |
Response Parameters
| Parameter | Required | Type | Example | Description |
|---|---|---|---|---|
| errno | Yes | int | 0 | Status code |
| errmsg | Yes | String | success | Status message |
| result | Yes | list | See example | Result list |
result Fields Description
| Field | Required | Type | Example | Description |
|---|---|---|---|---|
| symbol | Yes | String | BTC-USDT | Trading pair name |
| contract_type | Yes | String | future | Contract type. future indicates a perpetual contract |
| contract_price | Yes | String | 1 | Contract face value, i.e., how much of the underlying asset one contract represents |
| contract_price_currency | Yes | String | USDT | Quote currency |