It includes both transactions sent from and received by the account.
/rpc/v1/accounts/{address}/coin_transactions
Hex encoded move address for the account
Maximum number of items to return. Default is 20.
The cursor that the search should start from. The cursor for a given transaction can be derived by adding its index (where indexes start from zero) in the block in which it became finalized to the timestamp of the block.
During a paginated query, the cursor returned in the previous page should be used as the starting cursor of the next page.
If provided, return :count
of transactions starting from this cursor in ascending order.
If not provided, return :count
of most recent transactions in descending order.