Base

Introduction

circle-info

Currently, the Base RPC only supports the eth_sendRawTransaction method

This API is used to send signed raw transactions on Base, supporting the gRPC and HTTPS protocol.

Endpoint

Region
Endpoint

Frankfurt

frankfurt.grpc.base.blockrazor.xyz:80

Virginia

virginia.grpc.base.blockrazor.xyz:80

Tokyo

tokyo.grpc.base.blockrazor.xyz:80

Rate Limit

Tier 4
Tier 3
Tier 2
Tier 1
Tier 0

TPS

1 Tx / 5s

1 Tx / 5s

3 TPS

5 TPS

Custom

Request Parameter

Parameter
Mandatory
Format
Example
Remark

rawTransaction

mandatory

string[hex]

"0xd46e8dd67c5d32be8d24c6b0afe7c5c3f4e9c3b2dae18d0c6b0cf5c8f3e8b2c1"

signed raw transaction

Request Example

Access the example herearrow-up-right

Response

Normal

Abnormal

Last updated