API Reference
Search Tokens
Search for tokens by symbol, name, or address across xPath-supported chains.
Query Parameters
query*string
Search term used to match token symbols, names, or addresses in the xPath token catalog.
chainId?|
Optional chain ID filter. When provided, restricts search results to tokens on the specified chain.
Format
int64Range
0 <= valueResponse Body
application/json
curl -X GET "https://api.xpath.rath.fi/search-token?query=string"{
"code": 0,
"data": [
{
"address": "string",
"chainId": 0,
"decimals": 0,
"logoUrl": "string",
"name": "string",
"symbol": "string"
}
],
"message": "string"
}Empty
Empty
Get tokens
Get the token list for a specific chain ID, or across all chains supported by xPath.
Get quote
Returns ranked route quotes for a token pair and input amount. The response can include same-chain swaps, direct bridges, swap+bridge routes, or multi-bridge routes depending on the requested chains and planner output.