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

⚠ This endpoint is only available with Blast access.

Path parameters

addressstringRequired
Address of account with or without a 0x prefix.

Query parameters

limitintegerOptional
Maximum number of transactions to retrieve.
startstringOptional
Account sequence number to start retrieving transactions from.

Response

List of transactions from the specified account.
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