get_account_transactions
Retrieve recent transaction history and activity details for a specific Aptos account. View transaction lists, including timestamps and other metadata, to monitor account actions effectively.
Instructions
Get recent transactions for an Aptos account. This is used for viewing transaction history and activity for an account. Returns a list of recent transactions with details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_address | Yes | Aptos account address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3 | |
limit | No | Maximum number of transactions to return (optional, default: 10, max: 100) |