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

BSC RPC Endpoint

General Endpoints

default
fullprivacy
maxbackrun

URL

https://bsc.blockrazor.xyz

https://bsc.blockrazor.xyz/fullprivacy

https://bsc.blockrazor.xyz/maxbackrun

MEV Protection

Enabled

Enabled

Enabled

Transaction Privacy

Minimal disclosure

Full privacy

Maximum disclosure

Rebate Potential

Medium

No rebate

High

Rebate Percentage

Supported

No rebate

Supported

Revert Protection

Disabled

Enabled

Enabled

default Mode

In default mode, transactions submitted through BSC RPC disclose only the necessary transaction data to Searchers (hash, logs, and state changes). This provides opportunities for rebates while protecting transaction privacy as much as possible. To prioritize fast block inclusion, revert protection is not enabled in this mode.

fullprivacy Mode

In fullprivacy mode, transactions submitted through BSC RPC do not disclose any transaction data. BSC RPC forwards the transactions directly to mainstream Builders. Because no transaction data is disclosed, transactions in this mode do not generate rebates, and no rebate percentage needs to be configured. Revert protection is enabled in this mode.

maxbackrun Mode

In maxbackrun mode, transactions submitted through BSC RPC disclose the transaction data required to maximize rebate opportunities while maintaining privacy protection. The disclosed fields include hash, to, calldata, functionSelector, logs, and state changes. Revert protection is enabled in this mode.

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 rebate recipient addresses.

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

Endpoint
Example URL

Dedicated Endpoint URL

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

Custom Endpoint URL

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

Regional Endpoints

Region
Endpoint

Tokyo

https://jp-bscscutum.blockrazor.xyz

New York

https://us-bscscutum.blockrazor.xyz

Frankfurt

https://ger-bscscutum.blockrazor.xyz

Dublin

https://ire-bscscutum.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?