Skip to main content

REST API methods

Base URL

MEV Blocker's base URL is https://rpc.mevblocker.io.

Methods

GET /tx/{hash}

Get transaction status and auction details.

https://rpc.mevblocker.io/tx/Your_Tx_Hash

Response fields

  • status: Transaction status (INCLUDED / FAILED / UNKNOWN)
  • hash: Transaction hash
  • rpc_timestamp: Timestamp when transaction was received
  • transaction: Transaction details (from, to, gas, nonce, value)
  • fastMode: Whether transaction used fast endpoint
  • shared: Whether transaction was shared with searchers
  • simulationError: Simulation error if any
  • backruns: Number of backrun bids received
  • referrer: Referrer tag if set
  • refundRecipient: Rebate beneficiary address
  • refund: Amount of ETH rebated via backrun

Next steps

Consider following these next steps: