api_algod_get_account_asset_info
Retrieve specific asset holdings for an Algorand account, including balance and asset details, by providing the account address and asset ID.
Instructions
Get account-specific asset information from algod
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The account public key | |
| assetId | Yes | The asset ID | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |