Non-atomicity: Each transaction in the batch is confirmed and executed independently. If one transaction fails, it does not affect the processing of other transactions in the batch.
Request
Endpoint:
POST/submit-batch
JSON-RPC Parameters:
Array of fully signed transactions, Base64 encoded strings. Maximum 5 transactions per batch.
Reserved field for future use. Currently must be an empty array
[]JSON-RPC Response Result
Response status code.
1 indicates successResponse message. Returns
"success" on successful submissionArray of transaction signatures corresponding to the submitted transactions, in the same order
Request(cURL)