Bundle Service for BSC blockchain
Overview
These APIs deliver improved privacy and atomicity for transactions on the BNB Smart Chain (BSC) network. By adopting the BEP322 standard, the following features are made available
Batch Transactions
The API enables combining multiple transactions into a single ‘bundle’, which can be submitted through one API call. The order of transactions within the bundle and the block is strictly maintained for consistent execution
Atomic Execution
Transactions within a bundle are either all included on-chain or none at all, ensuring that partial execution never occurs
Transaction Privacy
Transactions sent via this API are not propagated across the P2P network, keeping them hidden from third parties and protecting against sandwich attacks
Gas Efficiency
If any transaction in the bundle fails, the entire bundle will not be processed, preventing unnecessary gas expenditure
How to use
While the service is in beta testing status, the method is available without any subscription
API Methods list
eth_sendBundle
Can be used to send your bundles to the builder and get bundle hash
eth_bundlePrice
Can be used to query the floor gas price for a bundle
API endpoints
BSC
Last updated