Credit Cost
TBD
Supported Chains
BASE_MAINNETSOLANA_MAINNETBSC_MAINNETETH_MAINNETMONAD_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
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Free-form search string that matches token names or ticker symbols (case-insensitive) or token or pair contract address |
Query
You can query thesearchToken endpoint with:
- Free text (e.g.
"skitten") - Token contract address (e.g.
0x4B6104755AfB5Da4581B81C552DA3A25608c73B8) - Token pair address (e.g.
0xa46d5090499eFB9c5dD7d95F7ca69F996b9Fb761)
Basic Query
Complete Query
Response Format
Here’s an example of the response data structure:Field Descriptions
| Field | Type | Description |
|---|---|---|
pair_address | string | Liquidity pool contract that backs the result token/quote pair |
chain | enum | The blockchain network where the token was created |
quote_rate | float | Exchange rate between base and quote tokens |
quote_rate_usd | float | USD value of the quote rate |
volume | float | 24h trading volume for the pair in quote token units |
volume_usd | float | 24h trading volume in USD. |
market_cap | float | Estimated market capitalization in USD for the base token |
base_token | object | Metadata for the searched token, including address, decimals, name, and ticker symbol |
quote_token | object | Metadata for the paired quote asset |