cURL
curl --request GET \ --url https://api.qfex.com/taker-volume/{symbol}
{ "count": 123, "data": [ { "interval": "<string>", "intervalStart": "<string>", "netTakerQty": 123, "symbol": "<string>", "takerBuyNotional": 123, "takerBuyQty": 123, "takerSellNotional": 123, "takerSellQty": 123 } ], "$schema": "<string>" }
Return historic taker volume metrics for a symbol over a time range.
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://api.qfex.com/schemas/TakerVolumeHistoricResponseBody.json"