/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
address
Address of account with or without a 0x prefix.
Query parameters
limit
Maximum number of transactions to retrieve.
start
Account sequence number to start retrieving transactions from.
Response
List of transactions from the specified account.
version
hash
state_change_hash
event_root_hash
state_checkpoint_hash
gas_used
success
vm_status
accumulator_root_hash
changes