Authorization: Bearer ********************all-Access to allx-api-key: ********************curl --location --request GET 'https://api.dev.hyblockcapital.com/v2/liquidationLevels?coin&exchange&leverage×tamp&position' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"creationDate": 1757507400,
"leverage": "high",
"openDuration": 44,
"price": 113963.47,
"side": "short",
"size": 267845025.72,
"timestamp": 1757510040
},
{
"creationDate": 1757079840,
"leverage": "medium",
"openDuration": 7167,
"price": 114700.45944,
"side": "short",
"size": 3372666,
"timestamp": 1757509860
},
{
"creationDate": 1757506680,
"leverage": "low",
"openDuration": 56,
"price": 116647.9,
"side": "short",
"size": 21140143.41,
"timestamp": 1757510040
}
],
"metadata": {
"exchanges": [
"binance_perp_stable"
]
}
}