Docs
Sök⌘ K
  • Home
  • Om The Graph
  • Nätverk som stöds
  • Protocol Contracts
  • Subgrafer
    • Underströmmar
      • Token API
        • Hypergraph
          • AI Suite
            • Indexing
              • Graph Horizon
                • Resources
                  Token API > EVM DEX Endpoints

                  Supported DEXs

                  GET/v1/evm/dexes

                  Returns supported EVM DEXs.

                  Query Parameters

                  ParameterBeskrivningValue
                  network
                  string

                  The Graph Network ID for EVM networks https://thegraph.com/networks

                  • Accepted values: arbitrum-one, avalanche, base, bsc, mainnet, optimism, polygon, unichain
                  Required
                  mainnet

                  Potential Responses

                  StatusBeskrivning
                  200

                  Successful Response

                  400

                  Client side error

                  401

                  Authentication failed

                  403

                  Forbidden

                  404

                  Not found

                  500

                  Server side error

                  ⁠Edit on GitHub⁠

                  Token HoldersPool OHLCV Data
                  Test this endpoint

                  1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/evm/dexes?network=mainnet'

                  1{2  "data": [3    {4      "factory": "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f",5      "protocol": "uniswap_v2",6      "uaw": 10432787,7      "transactions": 16029788,8      "last_activity": "2025-11-06 16:00:00"9    }10  ]11}
                  The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service