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.
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.
Append
?anti_mev=1 to the endpoint to enable sandwich-attack protection. See Anti-MEV for details.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
[]Response Result
Response body format hint: Response body format hint: This request is not a standard JSON-RPC response, and its response does not include standard JSON-RPC response wrapping.
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)