/v1/transactions/batch
Submits a batch of transactions to the Aptos network. Each transaction in the batch includes full transaction details, such as sender, sequence number, gas settings, and a payload. If any transaction in the batch fails, the response will include the corresponding failure details. Note: The API credit cost for this endpoint is 10.
⚠ This endpoint is only available with Blast access.
Request
This endpoint expects a list of objects.
sender
sequence_number
max_gas_amount
gas_unit_price
expiration_timestamp_secs
payload
signature
Response
Array of failed transactions, if any.
transaction_failures