Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Filter options to query transactions for an address and asset.Parameters for
avm.getAddressTxs:params.address: The address for which to fetch balance-changing transactions.params.assetID: The asset ID or alias to filter transactions by.params.cursor: Pagination offset (page number or record index). Optional.params.pageSize: Number of transactions to return per page. Defaults to 1024.
Returns
List of transaction IDs affecting the address balance and the current pagination cursor.