Applicable for querying the open interest and open interest value data of the specified contract
Request URL
GET https://cloud-api.wooxpro.com/contract/public/open-interest
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | Yes | Symbol of the contract(like BTCUSDT) |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| timestamp | Long | Timestamp |
| symbol | String | Symbol of the contract |
| open_interest | String | Open interest |
| open_interest_value | String | Value of open interest |