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

eth_sendRawTransaction

Introduce how to integrate BlockRazor Base RPC’s `eth_sendRawTransaction` method.

Base RPC is a transaction sending interface provided by BlockRazor for Base, used to send signed raw transactions. Currently, it only supports the eth_sendRawTransaction method and provides both gRPC and HTTPS.

Why choose BlockRazor Base RPC?

For Wallets and DEXs, directly connecting to the official Base Sequencer can meet basic sending requirements, but for businesses serving global users and focusing on cross-regional performance and production environment stability, the sending path itself still has room for further optimization. For a detailed comparison of BlockRazor Base RPC and the official sending service, please refer to the Benchmark.

Global multi-point deployment

Compared to directly connecting to the Base Sequencer, BlockRazor Base RPC provides sending entry points in multiple core regions, making it suitable for wallets and DEXs to choose the nearest endpoint based on their service deployment location. For businesses serving global users, sending entry points closer to business servers and core user regions typically help shorten request paths and improve transaction sending efficiency.

Intercontinental express lines

BlockRazor Base RPC's optimization focuses not only on ingress node deployment but also on data transmission links between regional relays. Compared to inter-regional forwarding methods that rely entirely on ordinary public network routing, intercontinental express lines can significantly reduce the impact of routing fluctuations, congestion, and link jitter in inter-relay transmission, improving the stability and consistency of transaction requests throughout the overall transmission routing.

Endpoint

Region
Endpoint

Frankfurt

frankfurt.grpc.base.blockrazor.xyz:80

Virginia

virginia.grpc.base.blockrazor.xyz:80

Tokyo

tokyo.grpc.base.blockrazor.xyz:80

Price

User Type
Limit
Price

New registered users

1 Tx / 5s

免費

Paid users

5 Txs / 1s

$1000 / 月

Request Parameter

Parameter
Mandatory
Format
Example
Remark

rawTransaction

mandatory

string[hex]

"0xd46e8dd67c5d32be8d24c6b0afe7c5c3f4e9c3b2dae18d0c6b0cf5c8f3e8b2c1"

signed raw transaction

Request Example

Access the example here

Response

Normal

Abnormal

Last updated

Was this helpful?