Skip to main content
POST
/
jito
Jito Block Engine sendBundle (with landing confirmation)
curl --request POST \
  --url https://api.lpagent.io/open-api/v1/jito \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "params": [
    "<unknown>"
  ],
  "id": 123
}
'
{
  "jsonrpc": "2.0",
  "id": 123,
  "result": {
    "bundleId": "<string>",
    "signature": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.lpagent.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication

Query Parameters

region
enum<string>
default:mainnet

Jito block engine region

Available options:
mainnet,
amsterdam,
frankfurt,
ny,
tokyo

Body

application/json
jsonrpc
enum<string>
required
Available options:
2.0
method
enum<string>
required
Available options:
sendBundle
params
any[]
required

[transactions[] (1-5 base58/base64 encoded txs), options? ({ encoding: 'base58' | 'base64' })]

Required array length: 1 - 2 elements
id

Request id, echoed back in the response

Response

Success — JSON-RPC envelope with result set to the bundle landing details.

jsonrpc
string
Example:

"2.0"

id
result
object

Bundle landing details