API Reference
Search Token
Searches the xPath token catalog by query string across 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 <= valueHeader Parameters
api-key*string
Required API key used for authenticated access and account-based rate limits. Missing or invalid keys return 401.
Response Body
application/json
curl -X GET "https://api.xpath.rath.fi/search-token?query=string" \ -H "api-key: string"{
"code": 0,
"data": [
{
"address": "string",
"chainId": 0,
"decimals": 0,
"logoUrl": "string",
"name": "string",
"symbol": "string"
}
],
"message": "string"
}Empty
Empty