Docs
Search⌘ K
  • Home
  • About The Graph
  • Supported Networks
  • Protocol Contracts
  • Subgraphs
    • Substreams
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Graph Horizon
                • Resources
                  Token API > Hyperliquid Market Endpoints

                  Supported DEXs

                  GET/v1/hyperliquid/dexes

                  Returns the list of perpetuals DEXs and spot, each with 24h activity stats (volume, trade count, unique users, asset count). Hyperliquid hosts a core perpetuals venue (dex=perps) alongside builder-deployed perpetuals DEXs that each list their own asset universe — xyz (commodities and macro indices), cash (tokenized equities), km, and others.

                  Use this endpoint to discover valid dex filter values for venue-scoped queries on /markets, /markets/activity, /markets/liquidations, /users, and /users/positions.

                  For platform-wide totals across all DEXs over arbitrary intervals, use /v1/hyperliquid/platform.

                  Public — no auth required.

                  Potential Responses

                  StatusDescription
                  200

                  Successful Response

                  400

                  Client side error

                  401

                  Authentication failed

                  403

                  Forbidden

                  404

                  Not found

                  500

                  Server side error

                  ⁠Edit on GitHub⁠

                  Market ActivityMarket Liquidations OHLCV
                  Test this endpoint

                  1curl --request GET \2  --url https://token-api.thegraph.com/v1/hyperliquid/dexes

                  1{2  "data": [3    {4      "dex": "perps",5      "assets": 192,6      "volume_24h": 3587190584.83,7      "trades_24h": 1780780,8      "unique_users_24h": 76639    },10    {11      "dex": "xyz",12      "assets": 48,13      "volume_24h": 412857192.13,14      "trades_24h": 245118,15      "unique_users_24h": 184216    },17    {18      "dex": "spot",19      "assets": 275,20      "volume_24h": 89724108.55,21      "trades_24h": 154297,22      "unique_users_24h": 94323    }24  ]25}
                  The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service