Transactions by Time Range

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

Token Transactions by Time Range — Smart Money & KOL Buys and Sells

get

Returns every transaction of tracked smart money, KOL and whale wallets within a time window 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 (balance after the trade, including all-time peaks that survive a full sell-off). Add &mint= to restrict to a single token; the response then also includes a top-level token block.

Time window — set seconds and/or minutes; they add up. The window is capped at 60 minutes. If you request more, results are capped and a note is added to the warnings array (data is still returned). The applied window is echoed back as time_window_seconds.

Data source — transactions come straight from the per-chain, per-type live trade index (sorted by timestamp). 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)

  • seconds / minutes (optional) — time window, capped at 60 minutes

  • 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:
minutesintegerOptionalExample: 15
secondsintegerOptionalExample: 0
mintstringOptionalExample: 0x23a49ea152d14fe4bc41b71345b7da6687de4444
limitinteger · min: 1OptionalDefault: 50Example: 50
api_keystringOptionalExample: YOUR_KEY
Responses
200

Returns all transactions within the requested time window.

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

Last updated