Run in Apidog
Longs & Shorts
Tracks the cumulative sum of net longs and shorts (CLS) with a daily, 4-hourly, or hourly anchor (UTC timezone), allowing clearer insights into net long versus short positioning trends over time.
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/anchoredCLS?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" : [
{
"cumulativeNetLongs" : -59800980.90760489 ,
"cumulativeNetShorts" : 1696277.527405454 ,
"openDate" : 1783670400
}
] ,
"metadata" : {
"exchanges" : [
"binance_perp_stable"
] ,
"unsupportedExchanges" : [
"okx_perp_stable"
]
}
}
Modified at 2026-08-11 07:23:22