Get account transactions
GET/accounts/:address/transactions
Retrieves sequence-number-based transactions committed on-chain by an account. (Transactions without a sequence number are not retrieved.) If the start version is too far in the past, a 410 error is returned. If no start version is specified, retrieval starts from version 0. To query pending transactions, use the Get Transaction by Hash API.
As the latest version of the Aptos node client excludes the Legacy Indexer, Indexer-related errors may occur when making some API calls. We are currently reviewing options to restore this functionality or provide alternative APIs, and will provide updates as related measures are completed. We apologize for any inconvenience.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 410
- 429
Successful Response
Response Headers
Current block height of the chain
Chain ID of the current chain
Current epoch of the chain
Oldest unpruned ledger version of the chain
Current timestamp of the chain
Current ledger version of the chain
Oldest unpruned block height of the chain
Cursor for the next page
Amount of gas actually used for transaction execution
Bad Request
Unauthorized
Forbidden
Not Found
Block Pruned
Too Many Requests