Pact Swap
SWAPPact Swap UserGet supported tokens GET

Get supported tokens


Returns supported tokens with chain, type, name, symbol, decimals and L1 contractAddress (empty for natives).

GET
/pactswap_cm/tokens
x-api-key<token>

Optional API key. When provided, increases the allowed number of requests per second.

In: header

Response Body

curl -X GET "https://api.pactswap.io/pactswap_cm/tokens"
{
  "tokens": [
    {
      "chain": "eth",
      "type": "eth",
      "name": "eth",
      "symbol": "ETH",
      "decimal": 18,
      "contractAddress": ""
    }
  ]
}

Was this documentation helpful? Any suggestions?