Skip to main content
GET
Count
A lightweight counter. Returns how many transactions tracked wallets made within a time window, up to 24 hours back. Optionally filter to a single token with mint. Use it for activity indicators and sparklines, for example how many KOL trades happened in the last hour, without pulling the full transaction list.
The window is built from seconds, minutes and hours, summed, up to a maximum of 24 hours. Without a window you get the full available window. This endpoint returns only the count, not the transactions, so it is fast and cheap.

Query Parameters

string
required
Chain. One of solana, bnb, base, eth.
string
required
Wallet category kol, smart or whale.
integer
Seconds to look back. Combined with minutes and hours.
integer
Minutes to look back.
integer
Hours to look back. Maximum total window is 24 hours.
string
Optional token mint to count only that token transactions.
string
required
Your API key. Alternatively pass it as an Authorization Bearer header.

Usage Example

Response

boolean
True on success.
object

Errors