Endpoint
{
"Content-Type": "application/json",
"x-api-key": "your-api-key"
}{
"jsonrpc": "2.0",
"id": 1,
"method": "sendTransaction",
"params": [
"...Base58 or Base64 tx",
{
"frontRunningProtection": false // false = SWQOS + Jito, true = only Jito
}
]
}Last updated