get_recent_transactions
Retrieve recent transactions for a specified address on Base. Returns up to 50 transactions with an adjustable limit.
Instructions
Get the most recent transactions for an address on Base.
Args: address: The 0x-prefixed address to check. limit: Maximum number of recent transactions to return (default 10, max 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |