/v1/transactions/batch
POST
https://aptos-mainnet.g.alchemy.com/v2/docs-demo/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.
Request Body
Responses
200
Array of failed transactions, if any.
Was this page helpful?