check-transaction-history
Retrieve recent transaction history for a Rootstock wallet using Alchemy API. Supports testnet and mainnet with configurable number of transactions.
Instructions
Check the transaction history of a wallet on Rootstock blockchain using Alchemy API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Alchemy API key - if not provided, will use stored key | |
| number | No | Number of recent transactions to retrieve | |
| testnet | Yes | Use testnet (true) or mainnet (false) | |
| walletData | No | Your previously saved wallet configuration file content (my-wallets.json) |