Alchemy Logo

/v1/transactions

GET
https://aptos-mainnet.g.alchemy.com/v2/docs-demo/v1/transactions

Retrieves on-chain committed transactions from the ledger. Supports optional pagination via the start and limit query parameters. If the starting version has been pruned due to the node's data retention policy, a 410 error will be returned.

Query Parameters

startstringoptional

Ledger version to start the list of transactions.

limitintegeroptional

Maximum number of transactions to retrieve.

Responses

200

Array of committed transactions.

Was this page helpful?