Skip to main content
GET
Timerange
The same trade feed as Latest, but bounded to a recent time window instead of a count. Specify how far back to look with seconds and minutes, and get every tracked transaction in that window, newest first. Use it to fetch all trades in the last N minutes for polling style updates, for example every 30 seconds pull the last 30 seconds of activity.
The window is built from seconds and minutes, summed. The maximum window is 60 minutes, larger requests are capped and a warning is added. Optionally filter by mint to bound the window to a single token.

Query Parameters

string
required
Chain. One of solana, bnb, base, eth.
string
required
Wallet category kol, smart or whale.
integer
Seconds to look back. Combined with minutes.
integer
Minutes to look back. Combined with seconds. Maximum total window is 60 minutes.
string
Optional token mint to filter the window to a single token. Adds a token block.
integer
Maximum number of transactions to return.
string
required
Your API key. Alternatively pass it as an Authorization Bearer header.

Usage Example

Response

boolean
True on success.
object

Errors