Bundle simulation by Jito
Last updated
Was this helpful?
Last updated
Was this helpful?
On our dedicated nodes we can offer Jito RPC support. This primarily gives access to the improved simulation support that Jito offers and allows you to simulate bundles of transactions. Triton One only offers the RPC node with the Jito client installed. It is up to our customers to get their IP whitelisted on Jito's Block Engine. sendBundle is a Jito exclusive RPC method and requires having a connection to the Jito Block Engine.
For more information, see Jito's searcher examples: For Jito's docs follow this link:
POST
https://xyz.mainnet.rpcpool.com/
Simulates a transaction bundle.
transactions*
Vector
List of transactions to simulate.
config
Object
(optional) Object of type RpcSimulateBundleConfig, provide configuration for the transaction simulation. See description of this parameter below.
Returns a JSON RPC response corresponding to the following Rust struct: