get_recent_transactions
Fetch recent transactions for any wallet address on a blockchain network, with natural language descriptions to quickly understand activity.
Instructions
Get recent transactions for a wallet address with natural language descriptions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network (e.g., ethereum, polygon, arbitrum, bsc) | |
| limit | No | Number of transactions to return (default: 10) | |
| walletAddress | Yes | Wallet address to analyze |