Documentation Index
Fetch the complete documentation index at: https://docs.blockrush.io/llms.txt
Use this file to discover all available pages before exploring further.
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 of fully signed transactions, Base64 encoded strings. Maximum 5 transactions per bundle.
Encoding configuration object
JSON-RPC Response Result
Bundle ID used to identify this bundle. This is the SHA-256 hash of the bundle transaction signatures.
Request(cURL)