Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Contract Details
Applicable to query contract details
Request URL
GET https://cloud-api.wooxpro.com/contract/public/details
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | No | Symbol of the contract(like BTCUSDT) |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| symbols | List | Array of trading pair details |
| Trading pair details | Type | Description | |
|---|---|---|---|
| symbols | List | Array of trading pair details | |
| symbol | String | Symbol of the contract | |
| product_type | Int | Contract type - 1=perpetual- 2=futures | |
| base_currency | String | Base currency | |
| quote_currency | String | Quote currency | |
| volume_precision | String | Volume Precision | |
| price_precision | String | Price Precision | |
| max_volume | String | Maximum limit order quantity | |
| market_max_volume | String | Maximum market order quantity | |
| min_volume | String | Minimum order quantity | |
| contract_size | String | Contract Size | |
| index_price | String | Index Price | |
| index_name | String | Index Name | |
| min_leverage | String | Minimum leverage ratio | |
| max_leverage | String | Maximum leverage ratio | |
| turnover_24h | String | 24 hours turnover | |
| volume_24h | String | 24 hours volume | |
| last_price | String | Last Price | |
| open_timestamp | Long | Opening time for the first time | |
| expire_timestamp | Long | Expiration time,If null is returned, it does not expire | |
| settle_timestamp | Long | Settlement time,If null is returned, it will not be automatically settlement | |
| funding_rate | String | current funding rate | |
| expected_funding_rate | String | expect funding rate | |
| open_interest | String | Open interest | |
| open_interest_value | String | Value of open interest | |
| high_24h | String | 24h High | |
| low_24h | String | 24h Low | |
| change_24h | String | 24h Change | |
| funding_interval_hours | Int | Funding interval | |
| status | String | Status - Trading- Delisted | |
| delist_time | Int | Delisting time(status=Trading, Expected delisting time) |