Open Interest

Get present open interest of a specific symbol.

GET https://api.staging.dexilon.io ​/api​/v1​/tradingData​/openInterest

Weight: 1

Query Parameters

Name
Type
Description

symbol*

String

Symbol name

dimension*

Enum

Dimension of interval.

Example: MIN_5, MIN_15, MIN_30, HOUR_1, HOUR_4, DAY_1.

[
    {
        "symbol": "btc_usdt",
        "openInterest": 774.94,
        "notionalValue": 21385660.96,
        "time": 1679679600000
    },
    {
        "symbol": "btc_usdt",
        "openInterest": 802.74,
        "notionalValue": 22195447.79,
        "time": 1679676900000
    }
]

Last updated