Astralane
Use these routes when you want Astralane's JSON-RPC API. Send the same JSON-RPC body shown in Astralane's docs.
Reference:
Routes
POST /astralane
Generic Astralane JSON-RPC requests
POST /astrln-submit-bundle
sendBundle
POST /astrln-submit-batch
sendBatch
POST /astrln-submit-ideal
sendIdeal
GET /astrln-get-nonce
getNonce
POST /astrln-get-nonce
getNonce
Supported query params: api-key, mev-protect, swqos-only.
If your Bifrost deployment already has Astralane credentials configured, you can usually omit api-key.
sendPaladin is not supported.
Tip Addresses
Current Astralane tip addresses recognized by this Bifrost deployment:
astrazznxsGUhWShqgNtAdfrzP2G83DzcWVJDxwV9bFastra4uejePWneqNaJKuFFA8oonqCE1sqF6b45kDMZmastra9xWY93QyfG6yM8zwsKsRodscjQ2uU2HKNL5prkastraRVUuTHjpwEVvNBeQEgwYx9w9CFyfxjYoobCZhLastraEJ2fEj8Xmy6KLG7B3VfbKfsHXhHrNdCQx7iGJKastraubkDw81n4LuutzSQ8uzHCv4BhPVhfvTcYv8SKCastraZW5GLFefxNPAatceHhYjfA1ciq9gvfEg2S47xkastrawVNP4xDBKT7rAdxrLYiTSTdqtUr63fSMduivXK
Use one of these when Astralane requires a valid tip in the transaction.
sendTransaction
Use POST /astralane with the official Astralane JSON-RPC body:
Common options:
Query params:
api-key,mev-protect,swqos-onlyparams[1].encoding: recommendedbase64params[1].skipPreflight: recommendedtrueparams[2].mevProtect: optional
sendBundle
Use POST /astrln-submit-bundle or POST /astralane with method: "sendBundle":
Maximum 4 transactions
revertProtectionis optional
sendBatch
Use POST /astrln-submit-batch or POST /astralane with method: "sendBatch":
Maximum 25 transactions
Astralane documents
sendBatchas available on requestRequirement: every transaction must include a valid Astralane tip
sendIdeal
Use POST /astrln-submit-ideal or POST /astralane with method: "sendIdeal":
sendIdeal expects exactly 2 transactions.
getNonce
Use GET /astrln-get-nonce or POST /astrln-get-nonce when you need Astralane's getNonce flow for sendIdeal.
Example JSON-RPC call forwarded upstream:
Example helper response:
Last updated