For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ethereum RPC Endpoint

General Endpoints

default
fullprivacy
maxbackrun

URL

https://eth.blockrazor.xyz

https://eth.blockrazor.xyz/fullprivacy

https://eth.blockrazor.xyz/maxbackrun

MEV Protection

Enabled

Enabled

Enabled

Transaction Privacy

Minimal disclosure

Full privacy

Maximum disclosure

Refund Potential

Medium

No refund

High

Refund Percentage

Supported

No refund

Supported

Revert Protection

Disabled

Enabled

Enabled

default Mode

In default mode, transactions submitted through Ethereum RPC disclose only the necessary transaction data to Searchers (hash, logs, and state changes). This provides opportunities for refunds while protecting transaction privacy as much as possible.

To prioritize fast block inclusion, revert protection is not enabled in this mode. Users are advised to set an appropriate transaction Priority Fee to improve inclusion speed.

fullprivacy Mode

In fullprivacy mode, transactions submitted through Ethereum RPC do not disclose any transaction data. Ethereum RPC forwards the transactions directly to mainstream Builders.

Because no transaction data is disclosed, transactions in this mode do not generate refunds, and no refund percentage needs to be configured. Revert protection is enabled in this mode.

maxbackrun Mode

In maxbackrun mode, transactions submitted through Ethereum RPC disclose the transaction data required to maximize refund opportunities while maintaining privacy protection. The disclosed fields include hash, to, calldata, functionSelector, logs, and state changes.

Revert protection is enabled in this mode. Users are advised to set an appropriate transaction Priority Fee to improve inclusion speed.

Dedicated Endpoints

A dedicated endpoint is a private transaction channel provided by BlockRazor for an individual user or project. Users can configure dedicated endpoints in the BlockRazor console, including customizing the endpoint URL for easier identification and configuring transaction disclosure parameters and refund recipient addresses.

After adding a dedicated endpoint to a wallet or integrating it into a project, users can view its transactions and refund records in the BlockRazor console.

Endpoint
Example URL

Dedicated Endpoint URL

https://eth.blockrazor.xyz/<rpc_id>

Custom Endpoint URL

https://<custom_content>.eth.blockrazor.xyz

Regional Endpoints

Region
Endpoint

Tokyo

https://jp-ethscutum.blockrazor.xyz

New York

https://us-ethscutum.blockrazor.xyz

Regional endpoints are suitable for projects that are highly sensitive to transaction latency and whose transaction sources are concentrated in specific regions.

Last updated

Was this helpful?