Authorization: Bearer ********************all-Access to allx-api-key: ********************curl --location --request GET 'https://api.dev.hyblockcapital.com/v2/liquidationHeatmap?coin&exchange&lookback&leverage&ohlcgraph&scaling×tamp' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"endingPrice": 106800,
"side": "long",
"size": 37116941.87,
"startingPrice": 106775,
"timestamp": 1756711560
}
],
"metadata": {
"exchanges": [
"binance_perp_stable",
"bitmex_perp_coin",
"bybit_perp_coin"
]
}
}