Latest Transactions

The newest buys and sells from tracked smart money, KOL and whale wallets on Solana, BNB Chain, Base and Ethereum — each with the wallet profile and its balance (incl. all-time peaks) after the trade.

Latest Smart Money & KOL Token Transactions (Newest Buys & Sells)

get

Returns the most recent transactions of tracked smart money, KOL and whale wallets for one chain and wallet type on Solana, BNB Chain, Base or Ethereum — newest first. Each transaction carries the full token detail, the wallet profile and holdings_after (the wallet's balance after the trade, including all-time peaks that survive a full sell-off). Add &mint= to restrict the result to a single token; the response then also includes a top-level token block.

Data source — transactions come straight from the per-chain, per-type live trade index (sorted by timestamp), so there are no race conditions and no stale blobs. Per-trade holdings_after is sourced from the token holder cache (chronological replay from the database), so all-time peaks are preserved even after a wallet sells out. Historical USD comes from each trade; a very old trade without a stored USD value falls back to the current native price.

Parameters / settings

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

  • type (required) — kol, smart, or whale (availability per chain: solana → kol/smart/whale; bnb → kol/smart; base → kol/smart; eth → kol)

  • mint (optional) — restrict to one token mint / contract address

  • 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:
typestring · enumRequiredExample: kolPossible values:
mintstringOptionalExample: 0x23a49ea152d14fe4bc41b71345b7da6687de4444
limitinteger · min: 1OptionalDefault: 50Example: 50
api_keystringOptionalExample: YOUR_KEY
Responses
200

Returns the newest transactions for the chain and wallet type.

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

Last updated