get
https://public-api.birdeye.so/defi/price_volume/single
Retrieve price and volume updates of a specified token.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Compact price-plus-volume snapshot for one token.
- This endpoint returns current price plus rolling volume metrics without the heavier payload of OHLCV or full market data.
typedefaults to24hand also supports shorter windows such as1h,2h,4h, and8h.- Use this endpoint when you need a market snapshot card, not a full candle series.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- This endpoint consumes
8 CUper request.
Use Cases 💡
- Populate token cards with live price and rolling-volume context.
- Power lightweight dashboards, watchlists, and mobile summary views.
- Rank assets by recent activity without loading full OHLCV history.
- Trigger alerts when price moves and volume expansion happen together.
How to Use 🛠️
- Set
x-chainfor the target network. - Pass one token address in
address. - Choose
typefor the rolling window you want summarized. - Move to OHLCV or historical-price endpoints if you need per-bucket detail.
Best Practices ✅
- Use shorter windows for scanners and alerts, and longer windows for summary cards.
- Keep the chosen timeframe visible in UI so users do not confuse
1hand24hmetrics. - Pair this endpoint with metadata and latest price for fast-loading token rows.
