get
https://public-api.birdeye.so/defi/txs/token/seek_by_time
Retrieve a list of trades of a specified token with time bound option.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
- Insights in the responses
price: The executed price of the trade at the exact moment the transaction occurred.nearestPrice: The closest available market price to the transaction timestamp from Birdeye’s price index.basePrice: The USD price of the base token at the time of the trade.quotePrice: The USD price of the quote token at the time of the trade.
Ideas 💡
- Fetch historical token trades starting from a specific timestamp.
- Perfect for syncing trade data into your database or analytics tools.
- Enables building time-based trade charts or volume trend analysis.
- Combine with real-time txs endpoint to create full trade timelines.
