Global Participation Ratio
Run in Apidog
Global Metrics
Category-level Participation Ratio: same formula as multi-exchange — OI Δ / volume on summed ΔOI and summed volume (not an average of per-ticker ratios).
Request Add parameter in header x-api-key
Example: x-api-key: ********************
or
Request Code Samples
curl --location 'https://api.hyblockcapital.com/v2/globalParticipationRatio?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" : [
{
"openDate" : 1783686300 ,
"participationRatio" : -0.7943322937696013
}
] ,
"metadata" : {
"exchanges" : [
"binance_perp_stable"
] ,
"unsupportedExchanges" : [
"okx_perp_stable"
]
}
}
Modified at 2026-09-24 10:36:15