curl --location --request GET 'https://open-api.coinank.com/api/hyper/topPosition?sortBy=positionValue&sortType=desc&page=1&size=50' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": {
"list": [
{
"address": "string",
"baseCoin": "string",
"price": 0,
"side": "string",
"positionValue": 0,
"size": 0,
"unrealizedPnl": 0,
"liquidationPx": 0,
"marginUsed": 0,
"leverage": 0,
"cumFunding": 0,
"type": "string",
"entryPx": 0,
"ts": 0,
"maxPosition": 0,
"state": 0,
"createdAt": 0,
"updateTs": 0
}
]
}
}