transactions
Get account transactions
get/accounts/{address}/transactions
Path parameters
addressstring address required
Hex-encoded 16 bytes Aptos account address.
Prefixed with 0x and leading zeros are trimmed.
See doc for more details.
Example:0xdd
Query parameters
startinteger
The start transaction version of the page. Default is the latest ledger version.
limitinteger
The max number of transactions should be returned for the page. Default is 25.
Response
Returns on-chain transactions, paginated.