curl --location --request GET 'https://open-api.coinank.com/api/instruments/longShortRank?sortBy=&sortType=&size=50&page=1' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": {
"success": true,
"code": "string",
"data": {
"list": [
{
"baseCoin": "string",
"coinImage": "string",
"price": 0,
"longShortPerson": 0,
"lsPersonChg5m": 0,
"lsPersonChg15m": 0,
"lsPersonChg30m": 0,
"lsPersonChg1h": 0,
"lsPersonChg4h": 0,
"symbol": "string"
}
]
}
}
}