Skip to main content
GET
Transactions
The individual buy and sell transactions of tracked wallets on one token, newest first. Each entry carries the trader profile, the trade value and token amount, and the holder position after that trade, so you can replay how positions built up or unwound. Use it to render a live trade tape for a token, the scrolling feed of who bought or sold and when. The token block carries the current market cap.
These are individual events, not positions, so they do not carry unrealized PnL. Each transaction includes holdings_after, the holder bag right after that trade. The list is newest first and paginated with limit. Current market cap in the token block is Solana only.

Query Parameters

string
required
Chain of the token. One of solana, bnb, base, eth.
string
required
The token mint or contract address.
string
Optional wallet category kol, smart or whale. Omit to include all categories.
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