curl --location --request GET 'https://open-api.coinank.com/api/tickers/topOIByEx?baseCoin=BTC' \
--header 'apikey;'
{
"success": true,
"code": "string",
"data": {
"exchanges": [
"string"
],
"oi": [
0
]
}
}