BSC arbOnlyMEV

Subscribe to BSC arbOnlyMEV Stream

Cloud API instance to subscribe to stream: backrunme.blxrbdn.com

After processing opportunities from the stream, you should then submit the arbOnly backrun bundle.

Options

Key

Description

Values

include

Fields to include in the transaction stream: can include any combination of transaction data, emitted event logs, state diffs, or all.

transactions, state, all

blockchain_network

Specify BSC network

BSC-Mainnet

Examples

wscat -c wss://backrunme.blxrbdn.com/ws --no-check --header "Authorization: <YOUR-AUTHORIZATION-HEADER>"
> {"id": 1, "method": "subscribe", "params": ["arbOnlyMEV", {"include": ["all"], "blockchain_network": "BSC-Mainnet"}]}
< ......

Response

<<< {
  "jsonrpc": "2.0",
  "id": null,
  "method": "subscribe",
  "params": {
    "subscription": "3c87cccd-0df5-4938-947e-b24f7602f147",
    "result": {
      "transactions": [
        {
          "txHash": "0x88b...296",
          "txContents": {
            "from": "0x6e9...f89",
            "gas": "0x299b6",
            "gasPrice": "0xf9982de00",
            "input": "0x18...cc2",
            "nonce": "0xf",
            "value": "0x0",
            "type": "0x0",
            "to": "0x7a2...88d",
            "functionSelector": "0xe47d166c",
            "logs": [
              {
                "address": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
                "topics": [
                  "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                  "0x000000000000000000000000802b65b5d9016621e66003aed0b16615093f328b",
                  "0x000000000000000000000000824eb9fadfb377394430d2744fa7c42916de3ece"
                ],
                "data": "0x000000000000000000000000000000000000000000000000048c290665a0c030"
              }
            ]
          },
          "localRegion": true
        }
      ],
      "state": {
        "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c": {
          "0x653d9d82daa42bfecda6b9478f1ccfbfadb6a62429ce367eff2f7e5cce182f6c": "0x00000000000000000000000000000000000000000000008419f91387d438f586"
        }
      }
    }
  }
}

Last updated