Query Contract Trading Pair Information
Address/openApi/market/info
Received Parameters
No
Submission Method: GET
Example
curl -d /openApi/market/info
Submission Parameters
| Parameter Name | Required | Type | Example | Description |
|---|---|---|---|---|
| symbol | No | string | BTC-USDT | Trading Pair |
Return Parameters
| Parameter Name | Mandatory | Type | Example | Description |
|---|---|---|---|---|
| errno | Yes | int | 0 | Status code |
| errmsg | Yes | success | success | Status Message |
| result | Yes | list | See example | List |
result Parameter Description
| Parameter Name | Required | Type | Example | Description |
|---|---|---|---|---|
| symbol | Yes | string | BTC-USDT | Trading Pair Name |
| contract_type | Yes | string | future | Type, future: perpetual contract |
| contract_price | Yes | string | 1 | The contract face value, that is, how many US dollars correspond to 1 contract |
| contract_price_currency | Yes | string | USDT | Quoting currency |