URL

To leverage our HTTP endpoints, you can send JSON-RPC HTTP requests to our Block Engine. Note: These block engines only support the sendTransaction endpoint for typical Solana RPC requests.

URLs

You can send JSON-RPC requests to any Block Engine using the following URLs. To route to a specific region, specify the desired region:

Bundle Endpoints (/api/v1/bundles)

For bundle-related methods, use the URL path /api/v1/bundles. Refer to the documentation to see the available JSON-RPC endpoints for bundles.

Transactions (/api/v1/transactions)

For single transaction-related methods, use the URL path /api/v1/transactions. This functionality allows you to send accelerated transactions using Jito's Block Engine to expedite trades. Refer to the documentation to see the available JSON-RPC endpoints for transactions.

Last updated