Strong Atomicity: All transactions in the bundle are executed atomically in sequence. If any transaction in the bundle fails, the entire bundle will be rejected and no transactions will be processed.
Request
Endpoint:
POST/
JSON-RPC Parameters:
array
required
Array of fully signed transactions, Base64 encoded strings. Maximum 5 transactions per bundle.
object
required
Encoding configuration object
JSON-RPC Response Result
string
required
Bundle ID used to identify this bundle. This is the SHA-256 hash of the bundle transaction signatures.
Request(cURL)