Token Transactions

Every on-chain buy and sell that tracked smart money, KOL and whale wallets made for a single token on Solana, BNB Chain, Base and Ethereum — newest first, with each wallet's profile and its balance (incl. all-time peaks) after the trade.

Track KOL & Smart Money Token Transactions (Buys & Sells)

get

Get every on-chain buy and sell that tracked smart money, KOL and whale wallets made for one token on Solana, BNB Chain, Base or Ethereum — newest first. Each transaction carries the wallet profile and holdings_after (the wallet's balance for this token after the trade, including all-time peaks that survive a full sell-off), making it easy to follow smart-money entries and exits and to power copy-trading signals. Mint and token name are returned once in the top-level token block and are not repeated per transaction.

Data source — the full transaction history from the database (no 30-day cap) merged with the newest live transactions, deduplicated by signature. Peaks are computed by chronological replay, so a wallet that already sold everything still shows token_amount: 0 together with a non-zero token_amount_peak. Historical USD values come straight from each transaction; very old transactions without a stored USD value stay null.

Parameters / settings

  • blockchain (required) — one of: solana, bnb, base, eth

  • mint (required) — token mint / contract address

  • type (optional) — kol, smart, or whale; if omitted, all valid wallet types for the chain are merged

  • limit (optional, default 50) — maximum number of transactions returned

  • api_key (optional if the Bearer header is used)

Authorizations
AuthorizationstringRequired

Authorization: Bearer YOUR_KEY

Query parameters
blockchainstring · enumRequiredExample: bnbPossible values:
mintstringRequiredExample: 0x23a49ea152d14fe4bc41b71345b7da6687de4444
typestring · enumOptionalExample: kolPossible values:
limitinteger · min: 1OptionalDefault: 50Example: 50
api_keystringOptionalExample: YOUR_KEY
Responses
200

Token found — returns the token block and its transactions.

application/json
successbooleanOptional
metaobjectOptional
paginationobjectOptional
get
/v1/tokens/transactions

Last updated