get_recent_trades
The live feed: what tracked wallets are buying and selling right now, across
every token or filtered to one. Use for "what are KOLs buying at the moment".
blockchain: solana, bnb, base, eth or rh
wallet_type: kol, smart or whale (default kol)
minutes: only trades from the last N minutes, at most 60. Leave at 0 for the
most recent trades regardless of age.
mint: restrict to one token
limit: how many trades (default 25)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Restrict the result to a single token. Leave empty for all tokens. | |
| limit | No | How many entries to return. Keep it small: large results are trimmed to fit the context window anyway. | |
| minutes | No | Only trades from the last N minutes, at most 60. Leave at 0 for the most recent trades regardless of age. | |
| blockchain | Yes | Blockchain. One of: solana, bnb, base, eth, rh. solana has kol, smart and whale wallets; bnb, base and rh have kol and smart; eth has kol only. rh is Robinhood Chain, an Ethereum L2. | |
| wallet_type | No | Wallet type. kol is a Key Opinion Leader, an influencer whose calls move markets. smart is a wallet selected for its track record. whale is a large holder, Solana only. | kol |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||