Authorization: Bearer ********************all-Access to allx-api-key: ********************curl --location --request GET 'https://api.dev.hyblockcapital.com/v2/liquidationLevelsTV?coin&exchange×tamp&leverage&position&tier&openDuration&oidv' \
--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"
]
}
}