/v1/accounts/{address}/transactions
GET
https://aptos-mainnet.g.alchemy.com/v2/docs-demo/v1/accounts/{address}/transactions
Retrieves transactions sent from a specific account. If start is not provided, retrieval starts at sequence number 0. If start is too far in the past and pruned, a 410 will be returned.
Path Parameters
stringrequired
Address of account with or without a 0x prefix.
Query Parameters
integeroptional
Maximum number of transactions to retrieve.
stringoptional
Account sequence number to start retrieving transactions from.
Responses
200
List of transactions from the specified account.
Was this page helpful?