Skip to main content
GET
Latest
The live trade feed. Returns the most recent transactions of tracked wallets for a chain and wallet type, newest first. Each entry carries the token, the trade value, the trader profile and the holder position right after the trade. Use it to power a global live tape across all tracked wallets, or narrow it to a single token with the mint filter to get that token feed.
Optionally filter by a single token with mint. When you pass mint, the response also includes a token block. This is a live event feed, so entries do not carry unrealized PnL, but each includes holdings_after.

Query Parameters

string
required
Chain. One of solana, bnb, base, eth.
string
required
Wallet category kol, smart or whale. Availability per chain. Solana has kol, smart, whale. BNB and Base have kol, smart. ETH has kol.
string
Optional token mint to filter the feed 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