Skip to main content
This GraphQL query lets you discover actively traded tokens that match a keyword or ticker symbol. Each result includes pricing, volume marketcap, and base/quote metadata. Use it to build comprehensive token search features.

Credit Cost

1 per call

Supported Chains

  • BASE_MAINNET
  • BSC_MAINNET
  • ETH_MAINNET
  • MEGAETH_MAINNET
  • MONAD_MAINNET
  • POLYGON_MAINNET
  • ROBINHOOD_MAINNET
  • SOLANA_MAINNET
Estimate your monthly cost for this API using the Pricing Calculator.

Parameters

query
string
required
Search query string - can be token name, symbol, or address. Empty string returns all tokens.
chain_name
enum
Optional chain filter. When provided, only tokens on this chain are returned.Type: ChainName

Query

You can query the searchToken endpoint with:
  • Free text (e.g. "skitten")
  • Token contract address (e.g. 0x4B6104755AfB5Da4581B81C552DA3A25608c73B8)
  • Token pair address (e.g. 0xa46d5090499eFB9c5dD7d95F7ca69F996b9Fb761)
The response is sorted in descending order by volume (in USD).

Response Format

Here’s an example of the response data structure:

Field Descriptions

volume
float
24h trading volume for the pair in quote token units
chain_name
enum
The blockchain network where the token was createdType: ChainName
base_token
object
Metadata for the searched token, including address, decimals, name, and ticker symbolType: TokenContractMetadata
swap_count
string
Number of swaps in the tracking period
market_cap
float
Estimated market capitalization in USD for the base token
quote_rate
float
Exchange rate between base and quote tokens
volume_usd
float
24h trading volume in USD
quote_token
object
Metadata for the paired quote assetType: TokenContractMetadata
quote_rate_usd
float
USD value of the quote rate
pair_address
string
Liquidity pool contract that backs the result token/quote pair