Run in Apidog
Longs & Shorts
This metric shows the percentage of retail accounts in long versus short positions, with each account equally contributing one vote, regardless of position size.
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/trueRetailLongShort?coin=BTC&exchange=binance_perp_stable&timeframe=1m&startTime=1782777600&endTime=1782864000&limit=50&sort=asc&advanceFilter=none' \
--header 'x-api-key: <api-key>' Responses
{
"data" : [
{
"longPct" : 59.6125 ,
"openDate" : 1783623600 ,
"shortPct" : 40.3875
}
] ,
"metadata" : {
"exchanges" : [
"binance_perp_stable"
]
}
}
Modified at 2026-08-11 07:23:22