Binance Perpetual Contracts Open Interest/Value (USDT)

Description

Traders are always searching for information to get an edge in the market. The most valuable information is that which provides insights into what other traders are doing - Open Interest offers this if you know how to interpret it. By understanding open interest and its impact on crypto prices, you can make better-informed trading decisions.

More details on the Binance website.


Access

Restricted Access.


Measuring Unit

Dollars


Data Type

Timeseries Data


Frequency

Five-Minute Intervals


Latency

Funding Rates Latency


Available Assets

Available for these assets


SanAPI - Open Interest

Available under the usdt_binance_open_interest name.

Note: The metric is also accessible under the old name usdt_bnb_open_interest. Please start using the new name.

{
getMetric(metric: "usdt_binance_open_interest") {
timeseriesDataJson(
slug: "bitcoin"
from: "2020-04-01T00:00:00Z"
to: "2020-04-07T00:00:00Z"
interval: "1d"
)
}
}

SanAPI - Open Value

Available under the usdt_binance_open_value name.

Note: The metric is also accessible under the old name usdt_bnb_open_value. Please start using the new name.

{
getMetric(metric: "usdt_binance_open_value") {
timeseriesDataJson(
slug: "bitcoin"
from: "2020-04-01T00:00:00Z"
to: "2020-04-07T00:00:00Z"
interval: "1d"
)
}
}