Auth
Use an API key:Routes
Get balance
GET /paymaster/balance
Query parameters:
Response:
Sign a transaction
POST /paymaster/sign
Sponsor a transaction
POST /paymaster/sponsor
signature means the
Solana RPC accepted the transaction; it may still be pending and is not proof
of confirmation or finality. Track the signature through your RPC provider if
your product needs either.
Send
idempotencyKey whenever your application may retry. A matching retry
returns the original response rather than sponsoring twice. Without a key,
treat a failed sponsor call as unresolved rather than replaying it blindly.Sponsor a bundle
POST /paymaster/sponsor/bundle submits related transactions together.
A returned
bundle_id means Jito accepted the bundle. The bundle may still be
pending; acceptance is not confirmation or finality.

