get https://api.0xscope.com/v2/exchange/getExchangeMoneyFlow
Returns the inflow/outflow of the exchange in the past 24 hours
Sample Request
curl --request GET \
--url 'https://api.0xscope.com/v2/exchange/getExchangeMoneyFlow?exchange=binance' \
--header 'API-KEY: your-api-key' \
--header 'accept: */*'
Sample Response
{
"code": 0,
"data": {
"inflow": 679374409.4316931,
"outflow": 705421811.0646318,
"netflow": -26047401.6329388
},
"uuid": 1656907251262554000
}