Solana Send Bundle
Introducing the integration method of BlockRazor Solana's Send Bundle in Transaction Sending mode.
Solana's bundle sending service is not bound to the subscription plan and is not available by default. If you need to increase the BPS limit, please contact us and we will handle it as soon as possible.
Send Bundle is a bundle sending interface provided by BlockRazor for Solana, used to send signed transactions to the blockchain in bundle form with low latency.
A maximum of four transactions can be sent in a single bundle. These transactions are executed sequentially, and if any one transaction fails, the entire bundle will fail.
To enhance MEV protection, use any valid Solana public key starting with jitodontfront and dontbund1e in the instructions of the first transaction in the bundle. If the transaction is subjected to a frontrun attack, it will be rejected by the Jito/Harmonic block engine.
Endpoint
POST /sendBundlegRPC
Transaction Construction Example
Request Parameter
transactions
Mandatory
string[]
["$base64_tx_1","$base64_tx_2","$base64_tx_3"]
Fully signed transactions, Base64 encoding protocal
Last updated
Was this helpful?