Skip to main content
GET
/
symbols
/
metrics
Symbol Metrics
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>"
}

Response

OK

count
integer<int64>
required
data
object[] | null
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://api.qfex.com/schemas/SymbolMetricsResponseBody.json"