Run in Apidog
Open Interest
Measures Open Interest Delta (OIDelta) anchored daily, 4-hourly, or hourly (UTC timezone), offering comparative insights into open interest changes against prior periods.
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/anchoredOIDelta?coin=BTC&exchange=binance_perp_stable&timeframe=1m&limit=50&startTime=1782777600&endTime=1782864000&sort=asc&marketTypes=all&anchor=1d' \
--header 'x-api-key: <api-key>' Responses
{
"data" : [
{
"cumulativeOIDelta" : 344215930.1624994 ,
"openDate" : 1783686300
}
] ,
"metadata" : {
"exchanges" : [
"binance_perp_stable"
]
}
}
Modified at 2026-08-11 07:23:22