Get supported tokens
Returns supported tokens with chain, type, name, symbol, decimals and L1 contractAddress (empty for natives).
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?