get
https://public-api.birdeye.so/defi/v3/token/trade-data/single
Retrieve trade data of a specified token.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Focused trading-activity stats for one token.
- Returns buy/sell counts, trade counts, unique wallets, volume, and change metrics across requested timeframes.
- Use
framesto request one or more custom timeframes. - Use this endpoint when you need timeframe-based market activity around the current price, not just the current market snapshot.
- Use
ui_amount_mode=scaledfor Solana Token-2022 scaled UI amounts when the token supports scaled UI amount extension.
Reading the numbers. Buy/sell counts and volumes describe activity inside each timeframe. Change-percent fields compare the current timeframe window with the previous matching window, which makes this endpoint useful for reading recent momentum and participation around price moves.
- Standard
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Compute Unit ⚙️
- 12 CU per request.
Use Cases 💡
- Analyze buy/sell pressure and trading activity for a single token.
- Build momentum indicators using trade counts, unique wallets, and volume over selected frames.
- Study how participation and turnover changed across recent windows before or after a price move.
- Trigger alerts when trading activity, volume, or buy/sell imbalance changes quickly.
- Combine with market data to explain whether valuation changes are backed by real activity.
How to Use 🛠️
- Provide
addressas the token address and setx-chain. - Use
frames=5m,1h,24hstyle requests for the horizons your product displays. - Use shorter frames when you care about recent momentum and reaction, and longer frames when you care about broader context.
- Set
ui_amount_mode=raworscaledconsistently with your Token-2022 amount handling. - Use Token Overview when you need both market fundamentals and trade activity in one payload.
Best Practices ✅
- Pair trade counts with unique-wallet counts to separate broad market participation from repeated activity by a smaller wallet set.
- Compare buy and sell volume together instead of reading total volume alone.
- Use shorter frames for alerts and longer frames for ranking or trend summaries.
