Skip to main content
GET
History
The full lifetime record of a wallet. Returns aggregate lifetime statistics, a win rate distribution across profit buckets, a per token overview of everything the wallet has traded, and a paginated log of individual trades newest first. Where the tracker focuses on a single period, history covers the entire life of the wallet. Use it for a complete profile page, tax style trade exports, or deep research on a trader.
The trade log is paginated. Read pagination.next_cursor from the response and pass it back as cursor to fetch the next page. When next_cursor is null you have reached the end.

Query Parameters

string
required
Chain of the wallet. 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
required
The wallet address whose history you want.
integer
default:"50"
Number of trades per page in the trade log.
string
Cursor for the next page of trades, the pagination.next_cursor from the previous response. Empty means from the newest trade.
string
required
Your API key. Alternatively pass it as an Authorization Bearer header.

Usage Example

Response

boolean
True on success.
object

Errors