Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
shellscript
curl -X POST 'https://ny.rpc.blockrush.io' \ -H 'Content-Type: application/json' \ -H 'x-api-key: <YOUR_API_KEY>' \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "sendBundle", "params": [ [ "<base64_encoded_tx_001>", "<base64_encoded_tx_002>", "<base64_encoded_tx_003>", "<base64_encoded_tx_004>", "<base64_encoded_tx_005>" ], { "encoding": "base64" } ] }'
{ "jsonrpc": "2.0", "id": 1, "result": [ "<tx_001_signature>", "<tx_002_signature>", "<tx_003_signature>", "<tx_004_signature>", "<tx_005_signature>" ] }
原子捆绑提交多笔已签名交易并按顺序执行。任一交易失败则全部交易失败。
sendBundle
/
隐藏 params[1] 属性
base64