data_get_activity
Retrieve recent buying, selling, and account-level actions for a given wallet address. Useful for understanding what a wallet has been doing lately.
Instructions
Fetch recent activity for one wallet.
Use this tool when the user wants to know what a wallet has been doing recently, including buying, selling, or other account-level actions.
Prefer this tool over get_positions when the question is about recent
behavior rather than current holdings. Prefer get_trades when the user
specifically wants trade rows rather than broader account activity.
The input should be a wallet address, typically in 0x... format. A
common next step is to inspect affected markets through Gamma or CLOB tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Wallet query arguments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| activity | No | ||
| count | Yes | Return the number of activity rows. Returns: int: Number of returned rows. |