Skip to main content
GET
https://api.0xarchive.io
/
v1
/
symbols
List public symbols
curl --request GET \
  --url https://api.0xarchive.io/v1/symbols
{
  "symbols": [
    {
      "symbol": "BTC",
      "exchange": "hyperliquid",
      "data_types": [
        "l2_orderbook",
        "trades",
        "liquidations"
      ],
      "coverage_from": "2023-11-07T05:31:56Z",
      "coverage_to": "2023-11-07T05:31:56Z",
      "coverage_by_type": {},
      "size_per_day": {},
      "slug": "<string>",
      "outcome_pair": [
        "<string>"
      ],
      "display_title": "<string>",
      "is_settled": true,
      "is_active": true
    }
  ]
}

Response

Public symbol universe

Public symbol universe response.

symbols
object[]
required
Last modified on June 19, 2026