search
Find cryptocurrency tokens, pools, and DEXes across all blockchain networks using names, symbols, or addresses when the specific network is unknown.
Instructions
Search across ALL networks for tokens, pools, and DEXes by name, symbol, or address. Good starting point when you don't know the specific network.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Search term (e.g., "uniswap", "bitcoin", or a token address) |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Search term (e.g., \"uniswap\", \"bitcoin\", or a token address)",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}