Booster Network

Introducing the fastest way to submit and land Transactions on Base chain. Route tx to closest region and relay to sequencer by propagating through private link. This is the fastest, most reliable way to submit transactions.

  • Flashblocks-aware submission: Aligns with Base’s ~200 ms Flashblocks cadence for faster preconfirmation landing.

  • BDN reliability: Transactions delivered via bloXroute’s Blockchain Distribution Network (BDN) with redundancy & optimal routing.

  • One global endpoint: No need to pick regions, we auto-route your transactions to optimize for speed.

The endpoint returns the transaction hash upon submission. Purchase the Base Speed Boost add-on to access this service.

Submission Endpoint

  • Method: blxr_tx

  • Request type: HTTP,WSS

  • HTTP: http://global.base.blxrbdn.com:8888

  • WS: ws://global.base.blxrbdn.com:8889/ws

Parameters

Parameter
Description
Instructions & Notes

transaction

Raw transactions bytes without 0x prefix.

[Required] Learn more about constructing the transaction here.

blockchain_network

Blockchain network name.

[Required] Set to Base-Mainnet.

backrunme_reward_address

Wallet address String to receive BackRunMe rewards to

[Optional] Transactions are automatically enrolled in Backrunning services, from which rewards are shared with the specified backrunme_reward_address.

Examples

Response

Last updated