For the complete documentation index, see llms.txt. This page is also available as Markdown.

Send Bundle

Send Bundle 是 BlockRazor 為 Solana 提供的bundle發送接口,用於將已簽名交易以bundle形式低延迟發送到鏈上。

单个bundle中最多可发送 4 笔交易 。这些交易按顺序执行,如果任何一笔交易失败,整个bundle将无法执行。

为了增强数据包的 MEV 保护,请在bundle第一笔交易的指令中使用以 jitodontfrontdontbund1e 开头的任何有效的 Solana 公钥,如该笔交易遭遇frontrun攻击则将被 Jito/Harmonic 区块引擎拒绝。

端點

  • POST /sendBundle

  • gRPC

交易構建示例

请求参数

字段
必填
格式
示例
備注

transactions

string[]

["$base64_tx_1","$base64_tx_2","$base64_tx_3"]

已完成簽名的交易列表,Base64编码

最後更新於

這有幫助嗎?