x-api-key: ********************Authorization: Bearer ********************curl --location 'https://api.hyblockcapital.com/v2/cumulativeLiqLevel?coin=BTC&exchange=binance_perp_stable&leverage=all×tamp=1780272000' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"timestamp": 1783690020,
"totalCountLiquidationDelta": 164,
"totalLongLiquidationCount": 377,
"totalLongLiquidationSize": 13274141681.379982,
"totalShortLiquidationCount": 213,
"totalShortLiquidationSize": 6554138289.679998,
"totalSizeLiquidationDelta": 6720003391.699984
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}