get
https://public-api.birdeye.so/defi/v3/search
Search for tokens and market data by providing a name, symbol, token address, or market address.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Search entry point for tokens and markets.
- Search by token name, symbol, token address, or market address.
target,search_mode, andsearch_byshape how broad or exact the search should be.- Results are paginated with
offsetandlimitup to20. ui_amount_mode=scaledapplies Solana Token-2022 scaled UI amount where supported.
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
40 CUper request.
Use Cases 💡
- Power token and market search bars.
- Resolve noisy symbols into exact token or market candidates.
- Support discovery flows before users open token detail pages.
How to Use 🛠️
- Set
x-chainor use the supported search chain mode. - Pass
keyword, then narrow withtarget,search_mode, orsearch_byif needed. - Use
offsetandlimitfor paginated result sets.
Best Practices ✅
- 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
limitsmall for interactive search experiences.
