Open Interests
Retrieves historical open interests for derivatives markets.
Supported Exchanges:
Binance
OKX
Bitget
HTX
BingX
Gate
Bybit
Supported timeframes:
"5m", "15m", "1h", "4h", "1d" -> Will return one entry per interval of given timeframe
Historical OHLC Open Interests across major CEXes
GET
https://api.coinact.gg/v1/open-interest-history
Query Parameters
symbol*
String
Get open interests for a specific cryptocurrency eg: BTC
timeframe*
String
The resolution at which you want to receive the open interests. valid timeframes : ["5m", "15m", "1h", "4h", "1d"]
default: 5m
exchange
String
Get open interests for a specific exchange default: ALL (every exchanges)
convertToUsd
Boolean
Get open interests in USD value
default : True
start
UNIX Timestamp (s)
Get open interests on a given period
end
UNIX Timestamp (s)
Get open interests on a given period
page
Integer
id of the page you want to query (default=1)
limit
Integer
Number of liquidations to return (default:200 ; max: 200)
pair
String
Get open interests for a specific pair (base/quote:settle)
eg: BTC/USDT:USDT
Headers
x-api-key*
String
Your API Key
Last Open Interest data related to a given cryptocurrency
GET
https://api.coinact.gg/v1/open-interest
Query Parameters
symbol*
String
Get open interests for a specific cryptocurrency eg: BTC
exchange
String
Get open interests for a specific exchange (see endpoint /exchanges) default: ALL (every exchanges)
pair
String
Get open interests for a specific pair (base/quote:settle)
eg: BTC/USDT:USDT
Usage Example:
Query BTC open interests OHLC that happened on a given period no matter the exchange / pair
Last updated