get_activity_metrics
How many trades happened and how much value moved over a window of up to 24
hours, plus how many distinct wallets were involved. Use for how busy the
market or a single token is, rather than for the individual trades.
blockchain: solana, bnb, base, eth or rh
wallet_type: kol, smart or whale (default kol)
hours: window in hours, at most 24 (default 1)
mint: restrict to one tokenInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | No | Restrict the result to a single token. Leave empty for all tokens. | |
| hours | No | Observation window in hours. The server caps this at 24. | |
| 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 | |||