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": "sendTransaction", "params": [ "<base64_encoded_tx>", { "encoding": "base64" } ] }'
{ "jsonrpc": "2.0", "result": "<tx_signature>", "id": 1 }
代理 Solana 的 sendTransaction JSON-RPC,直接将单笔已签名交易转发给质押验证者进行处理。
?anti_mev=1
/
隐藏 params[1] 属性
base64