cURL
curl --request GET \ --url https://api.qfex.com/symbol-long-short/{symbol}
{ "count": 123, "data": [ { "interval": "<string>", "longUsers": 1, "shortUsers": 1, "symbol": "<string>", "windowStart": "<string>" } ], "$schema": "<string>" }
Return historic long and short user counts 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/SymbolLongShortHistoricResponseBody.json"