MEV Protection

MEV protection refers to a broad set of strategies that keep users safe from price manipulation when trading, providing liquidity, minting NFTs, and more.

This section guides how users can perform MEV-protected transactions on Ethereum mainnet, be it swapping, token transferring, or liquidity provisioning, and will be achieved using Flashbots.

Enabling MEV Protection involves passing the raw transaction generated from any of the blockchain POST transactions.

API URL: https://api.expand.network/chain/sendtransaction


Sample Request:


Sample Response:

Users can fetch Flashbot blocks, transactions, and bundle data using the following endpoints:

1. API URL: https://api.expand.network/chain/getflashbotblocks

Sample Request:

Sample Response:


2. API URL: https://api.expand.network/chain/getflashbottransactions

Sample Request:

Sample Response:


3. API URL: https://api.expand.network/chain/getflashbotbundle

Sample Request:

Sample Response:

Last updated