Authorization: Bearer ********************all-Access to all resourcesx-api-key: ********************curl --location 'https://api.hyblockcapital.com/v2/liquidationLevelsTV?coin=undefined&exchange=undefined×tamp=undefined&leverage=undefined&position=undefined&tier=undefined&openDuration=undefined&oidv=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"creationDate": 1664972100,
"leverage": "high",
"openDuration": 81600,
"price": 90705.2605,
"side": "long",
"tier": 1,
"timestamp": 1665047820
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}