Run in Apidog
Global Metrics
Category-level Global Accounts: last long%/short% per coin, then unweighted average across coins on one exchange. lsRatio is recomputed from those averages.
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/globalGlobalAccounts?exchange=binance_perp_stable&timeframe=1m&limit=50&startTime=1782777600&endTime=1782864000&sort=asc&marketTypes=all&advanceFilter=none&category=all_coins' \
--header 'x-api-key: <api-key>' Responses
{
"data" : [
{
"longPct" : 55.03 ,
"lsRatio" : 10.060000000000002 ,
"openDate" : 1783686600 ,
"shortPct" : 44.97
}
] ,
"metadata" : {
"exchanges" : [
"binance_perp_stable"
] ,
"unsupportedExchanges" : [
"okx_perp_stable"
]
}
}
Modified at 2026-09-24 10:36:15