Skip to main content
GET
Search - Token, market Data

Search entry point for tokens and markets.

  • Search by token name, symbol, token address, or market address.
  • target, search_mode, and search_by shape how broad or exact the search should be.
  • Results are paginated with offset and limit up to 20.
  • ui_amount_mode=scaled applies Solana Token-2022 scaled UI amount where supported.
  • This endpoint consumes 20 CU per request.
  • Power token and market search bars.
  • Resolve noisy symbols into exact token or market candidates.
  • Support discovery flows before users open token detail pages.
  • Set x-chain or use the supported search chain mode.
  • Pass keyword, then narrow with target, search_mode, or search_by if needed.
  • Use offset and limit for paginated result sets.
  • Use exact address search when you already know the token or market address.
  • Use fuzzy or broader search for UI search boxes, then hydrate the selected result with dedicated data endpoints.
  • Keep limit small for interactive search experiences.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Query Parameters

chain
enum<string>
default:all

Specify the chain.

Available options:
all,
solana,
ethereum,
bsc,
base,
robinhood,
sui,
mantle,
hyperevm,
arbitrum,
avalanche,
optimism,
polygon,
zksync,
monad,
aptos,
fogo,
megaeth
keyword
string
target
enum<string>
default:all

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

Available options:
all,
token,
market
search_mode
enum<string>
default:exact

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

Available options:
exact,
fuzzy
search_by
enum<string>
default:symbol

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

Available options:
combination,
address,
name,
symbol
sort_by
enum<string>
default:volume_24h_usd
required

Specify the sort field.

Available options:
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
sort_type
enum<string>
default:desc
required

Specify the sort order.

Available options:
desc,
asc
verify_token
enum<boolean>

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

Available options:
true,
false
markets
string

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'].

offset
integer
default:0

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.

limit
integer
default:20

Number of items per page.

Required range: 1 <= x <= 20
ui_amount_mode
enum<string>
default:scaled

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

Available options:
raw,
scaled

Response

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

success
boolean
required

Whether the request completed successfully.

data
object
required

Search results grouped by result type.