v2

latestOpenAPI 3.1.02026-07-316132736.5 KB
V2 - Search

Universal Search

Performs a fast fuzzy search across all indexed tokens, DEX pools, and wallets. Matches against token name, symbol, contract address, pool pair name, and wallet address. Returns ranked results with logo URLs, chain info, market cap, and relevance score. Use for building search bars, token pickers, or address resolution in agent workflows.

get/api/2/fast-search

Query parameters

inputstring required

Search query string

Search query string

type'tokens' | 'assets' | 'pairs'

Type of results to return

Type of results to return

filtersstring

JSON string with filter options: blockchains, poolTypes, excludeBonded, bondedOnly

JSON string with filter options: blockchains, poolTypes, excludeBonded, bondedOnly

sortBy'volume24h' | 'marketCap' | 'createdAt' | 'volume1h' | 'feesPaid5min' | 'feesPaid1h' | 'feesPaid24h' | 'volume5min' | 'holdersCount' | 'organicVolume1h' | 'totalFeesPaidUsd' | 'searchScore' | 'liquidity'

Sort field for search results

Sort field for search results

excludeBondedboolean

Exclude bonded tokens from results

Exclude bonded tokens from results

limitnumber

Maximum number of results (1-20, default: 5)

Maximum number of results (1-20, default: 5)

Response

Universal Search response

All 61 operations