curl --request POST \
--url https://ca.raze.sh/tx \
--header 'Content-Type: application/json' \
--data '
{
"transaction": "4hXTCkRzt9WyecNzV1XPgCDfGAZzQKNxLXgynz5QDuWWM3svRaFk...",
"encoding": "base64"
}
'{
"success": true,
"signature": "5KtPn1LGuxhFiwjxqLHpBCa6xjnB7YaB1pPB263DezXAZ8z7Pnrn..."
}Submit a single signed transaction via REST. The relay extracts the tip amount and routes through the appropriate channels.
Tip-based routing:
| Tip | Channels |
|---|---|
| < 0.0001 SOL | Rejected |
| 0.0001 – 0.001 SOL | QUIC TPU |
| 0.001 – 0.01 SOL | QUIC TPU + RPC |
| ≥ 0.01 SOL | QUIC TPU + RPC + SWQoS + Jito |
curl --request POST \
--url https://ca.raze.sh/tx \
--header 'Content-Type: application/json' \
--data '
{
"transaction": "4hXTCkRzt9WyecNzV1XPgCDfGAZzQKNxLXgynz5QDuWWM3svRaFk...",
"encoding": "base64"
}
'{
"success": true,
"signature": "5KtPn1LGuxhFiwjxqLHpBCa6xjnB7YaB1pPB263DezXAZ8z7Pnrn..."
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.