⚡Flashbots
MEV Protection focuses on protecting users from vulnerabilities such as front-running in Ethereum transactions. This is achieved through integration with Flashbots' solutions.
/getflashbotblocks
Get details of the flashbot blocks.
GET
https://api.expand.network/chain/getflashbotblocks
Query Parameters
Name | Type | Description |
---|---|---|
chainId | String | Refer to the Chain ID page for details. |
chainSymbol | String | Refer to the Chain ID page for details. |
/getflashbottransactions
Get details of the flashbot transactions.
GET
https://api.expand.network/chain/getflashbottransactions
Query Parameters
Name | Type | Description |
---|---|---|
chainId | String | Refer to the Chain ID page for details. |
chainSymbol | String | Refer to the Chain ID page for details. |
/getflashbotbundle
Get details of the specified flashbot bundle.
GET
https://api.expand.network/chain/getflashbottransactions
Query Parameters
Name | Type | Description |
---|---|---|
chainId | String | Refer to the Chain ID page for details. |
chainSymbol | String | Refer to the Chain ID page for details. |
bundleHash* | String | The bundle hash. |
/sendtransaction
Send transaction on the chain.
POST
https://api.expand.network/chain/sendtransaction
Request Body
Name | Type | Description |
---|---|---|
rpc | String | Remote procedural call URL. |
chainId | String | Refer to the Chain ID page for details. |
chainSymbol | String | Refer to the Chain ID page for details. |
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
Last updated