Token Symbol Resolution
Resolves an exact token ticker symbol to likely contract address candidates on supported chains.
Use this before calling token endpoints that require a contract address. Pass a returned chain + address only to endpoints that support that chain.
Results are ranked by Surf registry, listing, and market signals. volume_usd is kept for response compatibility, always returns 0, and must not be used as a candidate ordering signal.
Included fields: symbol, chain, address, decimals, volume_usd.
Chains: Ethereum, Base, BSC, Arbitrum, Solana, Polygon, Optimism, Avalanche, Fantom, Tron, Linea, Mantle, Blast, Gnosis, zkSync, Scroll.
Query parameters
Exact token ticker symbol to resolve (case-insensitive), like USDC or PEPE. NOT a contract address, trading pair, or fuzzy token name.
Exact token ticker symbol to resolve (case-insensitive), like USDC or PEPE. NOT a contract address, trading pair, or fuzzy token name.
Restrict resolution to one supported chain. Omit to search all supported chains.
Restrict resolution to one supported chain. Omit to search all supported chains.
Results per page
Results per page
Pagination offset
Pagination offset
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseSearchTokenItem.json"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.