cURL
curl --request GET \ --url https://api.qfex.com/symbols/metrics
{ "count": 123, "data": [ { "current_mark_price": 123, "mark_price_change_24h_pct": 123, "open_interest": 123, "symbol": "<string>", "volume_24h_usd_notional": 123 } ], "$schema": "<string>" }
Return symbol-level metrics: current mark price, 24h USD notional volume, 24h mark price % change, and open interest.
OK
Show child attributes
A URL to the JSON Schema for this object.
"https://api.qfex.com/schemas/SymbolMetricsResponseBody.json"