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.Documentation Index
Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Credit Cost
TBD
Supported Chains
BASE_MAINNETBSC_MAINNETETH_MAINNETMEGAETH_MAINNETMONAD_MAINNETPOLYGON_MAINNETSOLANA_MAINNET
This query is currently in Beta. It is stable for testing and evaluation but may undergo changes in schema or behavior as we continue to improve it. No API credits are currently charged.We welcome your feedback so please reach out to us directly to report issues or request features.
Parameters
Search query string - can be token name, symbol, or address. Empty string returns all tokens.
Optional chain filter. When provided, only tokens on this chain are returned.Type:
ChainNameQuery
You can query thesearchToken endpoint with:
- Free text (e.g.
"skitten") - Token contract address (e.g.
0x4B6104755AfB5Da4581B81C552DA3A25608c73B8) - Token pair address (e.g.
0xa46d5090499eFB9c5dD7d95F7ca69F996b9Fb761)
Response Format
Here’s an example of the response data structure:Field Descriptions
24h trading volume for the pair in quote token units
Metadata for the searched token, including address, decimals, name, and ticker symbolType:
TokenContractMetadataNumber of swaps in the tracking period
Estimated market capitalization in USD for the base token
Exchange rate between base and quote tokens
24h trading volume in USD
Metadata for the paired quote assetType:
TokenContractMetadataUSD value of the quote rate
Liquidity pool contract that backs the result token/quote pair