get_wallet_transactions
Fetch paginated transaction history for a wallet on Base, filtered by USDC or ETH asset type.
Instructions
Retrieves transaction history for a specific wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset type (usdc or eth) | |
| chain | Yes | Blockchain network | |
| limit | No | Maximum number of transactions to return (max 100). | |
| cursor | No | Pagination cursor for the next set of results. | |
| walletId | Yes | ID of the wallet to get transactions for. |