/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.

⚠ This endpoint is only available with Blast access.

Query parameters

startstringOptional
Ledger version to start the list of transactions.
limitintegerOptional
Maximum number of transactions to retrieve.

Response

Array of committed transactions.
versionstring or null
hashstring or null
state_change_hashstring or null
event_root_hashstring or null
state_checkpoint_hashstring or null
gas_usedstring or null
successboolean or null
vm_statusstring or null
accumulator_root_hashstring or null
changeslist of objects or null
timestampstring or null
typestring or null