audit_account_remarks
Read and decode account-owned ledger object remarks, revealing name/value pairs and immutable flag. Supports pagination to capture remarks across many objects, up to 20 pages.
Instructions
Read the Remarks (Remarks amendment) attached to an account's owned ledger objects — decoded name/value (hex→text where printable) with the immutable flag surfaced. Useful for dynamic-NFT patterns and object annotations. Follows the account_objects marker so accounts with many objects don't drop remarks on later pages (capped at 20 pages — truncated:true if hit); 1+ RPC reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| network | No | mainnet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| error | No | ||
| account | No | ||
| network | No | ||
| objects | No | ||
| summary | No | ||
| truncated | No | ||
| remarkCount | No | ||
| pagesFetched | No | ||
| immutableCount | No | ||
| objectsScanned | No | ||
| objectsWithRemarks | No |