Skip to main content

Get the open position of a trading pair

Type: GET

Description: /future/market/v1/public/contract/open-interest

Limit Flow Rules

1/s/ip

Note:

This method does not require a signature.

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair

Response Example

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {
"symbol": "", // Trading pair
"openInterest": "", // Open position
"openInterestUsd": 0, // Open value
"time": "" // Time
},
"returnCode": 0
}