aptos_get_resources
Retrieve all resources owned by an Aptos account to inspect its on-chain state, balances, and stored data. Useful for audits, monitoring, and dApp integration.
Instructions
Get all resources owned by an account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max resources to return | |
| address | Yes | The Aptos address |