Authorization: Bearer ********************all-Access to all resourcesx-api-key: ********************curl --location 'https://api.hyblockcapital.com/v2/sellVolume?coin=undefined&exchange=undefined&timeframe=undefined&limit=undefined&startTime=undefined&endTime=undefined&sort=undefined&marketTypes=undefined&advanceFilter=undefined&bucket=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"openDate": 1665047820,
"sellVolume": 1798220.5481000019
}
],
"metadata": {
"exchanges": [
"bitmex_perp_coin",
"bybit_perp_coin",
"bitfinex_perp_stable",
"deribit_perp_stable",
"huobi_perp_coin",
"phemex_perp_stable",
"okx_perp_coin",
"okx_qtrly",
"binance_spot",
"binance_perp_stable",
"binance_perp_coin",
"coinbase_spot",
"arkham_perp_stable",
"arkham_spot",
"bybit_perp_stable",
"bybit_spot",
"coinbaseadvanced_spot",
"coinbaseadvanced_perp_stable",
"bitget_perp_stable",
"bitget_spot",
"bitget_perp_coin",
"okx_perp_stable",
"okx_spot"
]
}
}