get
https://public-api.birdeye.so/defi/price
Retrieve the latest price information for a specified token.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Single-token spot price lookup.
- Always use the checksum contract address on EVM chains and the canonical token mint address on Solana-like chains.
include_liquidity=trueadds liquidity context to the latest price snapshot when available.- Response may be
nullor omit fields if the token is unknown, unsupported, or not yet indexed on the selected chain. - Solana and EVM responses can differ slightly because token metadata and liquidity sources differ by chain.
- Cache or poll this endpoint conservatively when rendering dashboards, bots, or watchlists.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
3 CUper request.
Use Cases 💡
- Fetch the latest token price for portfolio rows, token details, and watchlist cards.
- Power alerts, bots, and automations that react to live price movement.
- Enrich trade, liquidity, and holder dashboards with a current spot-price anchor.
- Provide quick price checks before deeper calls such as OHLCV, price stats, or market-data lookups.
How to Use 🛠️
- Set
x-chainfor the target network. - Pass one token address in
address. - Enable
include_liquidity=truewhen you want price plus nearby liquidity context in the same call. - Handle
nullprice payloads gracefully for newly listed or unsupported tokens.
Best Practices ✅
- Reuse cached token metadata and decimals so this endpoint only needs to answer price, not identity.
- Pair the latest price with historical or OHLCV endpoints when you need context, not just the current mark.
- For large token sets, move to
Price - Multipleinstead of looping single-token requests.
