Funding Rates
Retrieves historical open interests for derivatives markets.
Supported Exchanges:
Binance
OKX
Bitget
HTX
BingX
Gate
Bybit
Supported timeframes:
"1h", "4h", "1d" -> Will return one entry per interval of given timeframe
Historical OHLC Funding Rates across major CEXes
GET
https://api.coinact.gg/v1/funding-rate-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 (see endpoint /exchanges) default: ALL (every exchanges)
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 Funding Rate data related to a given cryptocurrency
GET
https://api.coinact.gg/v1/funding-rate
Query Parameters
symbol*
String
Get open interests for a specific cryptocurrency eg: BTC
exchangeLabel
String
Get open interests for a specific exchange (see endpoint /exchanges) default: ALL (every exchanges)
pair
String
Get open interests for a specific pair. eg : BTC/USDT
Usage Example:
Query BTC funding rates OHLC that happened on a given period no matter the exchange / pair
Last updated