Flashbots
Last updated
Last updated
expand.network API users looking for MEV protectoin can choose to route their transactions through Flashbots.
Currently only available on Ethereum Mainnet.
Click on the endpoint to jump to the section with full details
GET
- Returns details for a flashbot block.
GET
- Returns details for flashbot transactions.
GET
- Get details for a specified flashbot bundle.
POST
- Send a transaction on a specified chain. If the mevProtection parameter is set to true, the transaction will be directed through flashbots.
Returns details for a flashbot block.
GET
https://api.expand.network/chain/getflashbotblocks
chainId
String
chainSymbol
String
Returns details for flashbot transactions.
GET
https://api.expand.network/chain/getflashbottransactions
chainId
String
chainSymbol
String
Get details for a specified flashbot bundle.
GET
https://api.expand.network/chain/getflashbottransactions
chainId
String
chainSymbol
String
bundleHash*
String
The bundle hash.
Send a transaction on a specified chain. If the mevProtection parameter is set to true, the transaction will be directed through flashbots.
POST
https://api.expand.network/chain/sendtransaction
rpc
String
Remote procedural call URL.
chainId
String
chainSymbol
String
rawTransaction*
String
The encoded transaction, obtained from the signed transaction.
bdnTransaction
Boolean
If true, then txn goes through the bdn route, which speeds up the transaction process.
By default, false.
mevProtection
Boolean
If true, then txn goes through flashbots.
With mevProtection: true
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.
Refer to the page for details.