DexScreener search
dex_searchSearch DexScreener for token pairs by ticker, name, or address. Returns candidate pairs with chain, dex, price, liquidity, FDV, volume, and more to verify identity before safety checks.
Instructions
search dexscreener by ticker, name, token address or pair address and return candidate pairs in upstream relevance order with chain, dex, price, liquidity, fdv, 24h volume and txns, and pair age. tickers are ambiguous: confirm identity by contract address (dex_token_pairs / dex_pair) before any safety check. limit 1-30 (default 10). verbose=true adds the raw payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max pairs to return, 1-30 | |
| query | Yes | ticker, name, or address; 1-64 chars | |
| verbose | No | when true, include the raw upstream payload under `raw` (capped) and extra detail in summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| raw | No | ||
| cache | No | ||
| error | No | ||
| source | Yes | ||
| summary | No | ||
| fetched_at | No | ||
| raw_truncated | No |