/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.
senderstringRequired
sequence_numberstringRequired
max_gas_amountstringRequired
gas_unit_pricestringRequired
expiration_timestamp_secsstringRequired
payloadobjectRequired
signatureobjectRequired

Response

Array of failed transactions, if any.
transaction_failureslist of objects or null