
MEV Bids
Search docs on how to bid on MEVSwap pools.
const commands = "0x00"; const inputs = [[ ["SWAP_EXACT_IN_SINGLE", poolKey, true, "-1000000000000000000", "0", "0x"], ["SETTLE_ALL", "ETH", "1000000000000000000"], ["TAKE_ALL", "USDC", "0"] ]]; await universalRouter.execute(commands, inputs, blockDeadline, { value: "1000000000000000000" });POST https://api.mevswap.com/v1/rpc { "id": 1, "method": "eth_sendBundle", "params": ["0x..."] // signed arbitrage transaction }
Last updated
Was this helpful?