Skip to main content
Send the JSON-RPC body Astralane’s own submit-transactions reference defines. Do not add api-key; ThorNode supplies it. The response body is Astralane’s, unchanged. Query parameters mev-protect and swqos-only are forwarded to Astralane. sendPaladin returns 410.

Tip addresses

sendTransaction

params[2] is optional. Response: {"jsonrpc":"2.0","id":1,"result":"<SIGNATURE>"}.

sendBundle

Up to 4 transactions executed in order; Astralane reverts the whole bundle if a member fails. At least one transaction must pay a qualifying 10,000-lamport Astralane tip. Bifrost does not add sub-threshold tips from different bundle members together.

sendBatch

Up to 25 independent transactions; each returns its own signature. Every transaction must pay its own qualifying 10,000-lamport Astralane tip.
Response: {"jsonrpc":"2.0","id":1,"result":["<SIGNATURE_1>","<SIGNATURE_2>"]}.

sendIdeal

Exactly two transactions: one weighted toward priority fees, one toward tips. Both use the same durable nonce so the loser is cancelled once the other lands.

getNonce

Returns the managed nonce account an ideal pair needs.
Response:

Next steps