Ethereum
Introduction
The Ethereum Private Mempool delivers private transaction stream data, which is pushed based on the SSE protocol. Transactions within the data stream are uniformly desensitized, disclosing only transaction fields authorized for release.
Private Mempool can be applied to a variety of scenarios, including backrunning, copy trading, and sniping.
To avoid data interruption due to network fluctuations, it is recommended to establish a reconnection mechanism.
Endpoint
Please keep the domain for subscribing to bundles consistent with the domain for sending bundles. For example, if you subscribe to https://jp-ethscutum.blockrazor.xyz/stream, send bundles to https://jp-ethscutum.blockrazor.xyz.
Private data streams vary across regions. It is recommended to subscribe to both endpoints simultaneously.
Tokyo
https://eth-bscscutum.blockrazor.xyz/stream
New York
https://eth-bscscutum.blockrazor.xyz/stream
Authentication
To protect private transactions, Ethereum Private Mempool is restricted to designated Searchers. Please contact us if you need to subscribe to the Private Mempool
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <token>" \
--data '{}' \
https://eth.blockrazor.xyz/streamThe <token> in the example must be obtained after registering for BlockRazor. The steps are as follows:
Go to https://www.blockrazor.io and click on [Register] in the upper right corner of the webpage, the system will redirect you to the registration page.
On the registration page, enter your email and password, then click [Register], the system will send an account activation email to your mailbox.
Go to your mailbox, check the account activation email, and click on the account activation link.
After completing the account activation, proceed to log in, check your account information, and copy the auth token.
Data Stream Structure
Last updated