Bloxroute
Use these routes when you want bloXroute's HTTP transaction submission API. Send the same JSON body shown in bloXroute's docs.
Reference:
Routes
POST /bloxroute
Single transaction submit
POST /blxrt-submit-batch
Batch submit
POST /blxrt-submit-paladin
Paladin submit
POST /blxrt-submit-snipe
Snipe submit
Tip Addresses
Current bloXroute tip addresses recognized by this Bifrost deployment:
HWEoBxYs7ssKuudEjzjmpfJVX7Dvi7wescFsVx2L5yoY95cfoy472fcQHaw4tPGBTKpn6ZQnfEPfBgDQx6gcRmRg3UQUKjhMKaY2S6bjcQD6yHB7utcZt5bfarRCmctpRtUdFogxVNs6Mm2w9rnGL1vkARSwJxvLE8mujTv3LK8RnUhFDedicated:
EhRZX8iNrCRzEJ97tU4d3vC7JHkdsh2BWuT8yYbiseCe
If you specifically want the Bifrost-managed dedicated bloXroute tip address, use EhRZX8iNrCRzEJ97tU4d3vC7JHkdsh2BWuT8yYbiseCe.
submit
Use POST /bloxroute with the official bloXroute submit body:
Common fields:
transaction.content: requiredskipPreFlightfrontRunningProtectiontipuseStakedRPCsfastBestEffortallowBackRunrevenueAddresssubmitProtection:SP_LOW,SP_MEDIUM,SP_HIGHrevertProtection
submit-batch
Use POST /blxrt-submit-batch:
Useful enums from the official proto:
submitStrategy:P_UKNOWN,P_SUBMIT_ALL,P_ABORT_ON_FIRST_ERROR,P_WAIT_FOR_CONFIRMATIONsubmitProtection:SP_LOW,SP_MEDIUM,SP_HIGH
submit-paladin
Use POST /blxrt-submit-paladin:
submit-snipe
Use POST /blxrt-submit-snipe:
Last updated