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

                Supported DEXs

                GET/v1/svm/dexes

                Returns supported Solana DEXs.

                Query Parameters

                ParameterBeskrivningValue
                network
                string

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

                • Accepted values: solana
                Required
                solana
                amm
                string

                Filter by AMM address
                Single value or array of values* (separate multiple values with ,)
                *Plan restricted.

                  program_id

                  Filter by program ID
                  Single value or array of values* (separate multiple values with ,)
                  *Plan restricted.

                    limit
                    integer

                    Number of items* returned in a single request.
                    *Plan restricted.

                    • Default value: 10
                    • Minimum value: 1
                    • Maximum value: 1000
                    page
                    integer

                    Page number to fetch.
                    Empty data array signifies end of results.

                    • Default value: 1
                    • Minimum value: 1
                    • Maximum value: 767465558638

                    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 TransfersPool OHLCV Data
                    Test this endpoint

                    1curl --request GET \2  --url 'https://token-api.thegraph.com/v1/svm/dexes?network=solana&limit=10&page=1' \3  --header 'Authorization: Bearer {token}'

                    1{2  "data": [3    {4      "program_id": "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4",5      "program_name": "Jupiter Aggregator v6",6      "amm": "675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8",7      "amm_name": "Raydium Liquidity Pool V4",8      "is_aggregator": true,9      "total_transactions": 100857305010    }11  ]12}
                    The GraphStatusTestnetBrand AssetsForumSecurityPrivacy PolicyTerms of Service