v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Search & Utils

Search - Token, market Data

Search for tokens and market data by providing a name, symbol, token address, or market address.

get/defi/v3/search

Query parameters

chain'all' | 'solana' | 'ethereum' | 'arbitrum' | 'avalanche' | 'bsc' | 'optimism' | 'polygon' | 'base' | 'zksync' | 'monad' | 'hyperevm' | 'aptos' | 'fogo' | 'mantle' | 'megaeth' | 'robinhood' | 'sui'

Specify the chain.

keywordstring
target'all' | 'token' | 'market'

An option to search tokens based on their expected results as token, market, or both.

search_mode'exact' | 'fuzzy'

An option to search tokens with exact match or partially match.

search_by'combination' | 'address' | 'name' | 'symbol'

An option to search tokens by symbol, name, or both.

sort_by'fdv' | 'marketcap' | 'liquidity' | 'price' | 'price_change_24h_percent' | 'trade_24h' | 'trade_24h_change_percent' | 'buy_24h' | 'buy_24h_change_percent' | 'sell_24h' | 'sell_24h_change_percent' | 'unique_wallet_24h' | 'unique_view_24h_change_percent' | 'last_trade_unix_time' | 'volume_24h_usd' | 'volume_24h_change_percent' required

Specify the sort field.

sort_type'desc' | 'asc' required

Specify the sort order.

verify_tokentrue | false

A filter to retrieve tokens based on their verification status (supported on Solana).

marketsstring

A comma-separated list of market sources to filter results (supported on Solana). Available options: ['Raydium', 'Raydium CP', 'Raydium Clamm', 'Meteora', 'Meteora DLMM', 'Fluxbeam', 'Pump.fun', 'OpenBook', 'OpenBook V2', 'Orca'].

offsetinteger

Specify the offset for pagination. Filter for records with offset greater than the specified offset value, including those with offset equal to the specified offset.

limitinteger

Number of items per page.

ui_amount_mode'raw' | 'scaled'

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Response

Search for token and market data matching keyword, tokenAddress using full-text search

successboolean required