API Reference
List Tokens
Get the token list for a specific chain ID, or across all chains supported by xPath.
Query Parameters
chain_id?|
Optional chain ID filter. When provided, returns tokens only for the specified chain; otherwise xPath returns tokens for all supported chains.
Format
int64Range
0 <= valueResponse Body
application/json
curl -X GET "https://api.xpath.rath.fi/tokens"{
"code": 0,
"data": [
{
"address": "string",
"chainId": 0,
"decimals": 0,
"logoUrl": "string",
"name": "string",
"symbol": "string"
}
],
"message": "string"
}Empty
Get all supported chains
Returns the xPath supported chain set, including native token metadata, public RPC and explorer URLs, xPath contract address, and enabled routing features for Base, Arbitrum, and HyperEVM.
Search token
Search for tokens by symbol, name, or address across xPath-supported chains.