aptos_get_account_transactions
Retrieve Aptos transaction history for any account by providing its address. Set an optional limit to control how many transactions are returned, enabling account activity analysis.
Instructions
Get transactions for an account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max transactions to return | |
| address | Yes | The Aptos address |