get_account_transactions
Retrieve detailed transaction history for an Aptos account, including recent activity, by specifying the account address and optional limit. Useful for monitoring and auditing blockchain interactions.
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) |