Send RawTxBatch

Introduction

circle-info

This method does not provide MEV protection. Transactions sent through this method will be broadcast to the public mempool.

SendTxsis used to broadcast raw transaction batch on the high-performance network of BSC.

Endpoint

Region
Availability Zone(AWS)
Relay Address

Frankfurt

euc1-az2

35.157.64.49:50051

Tokyo

apne1-az4

54.249.93.63:50051

Ireland

euw1-az1

3.248.65.151:50051

Virginia

use1-az4

52.205.173.134:50051

Rate Limit

Tier 4
Tier 3
Tier 2
Tier 1
Tier 0

BPS

-

-

2 batches / 1s

4 batches / 1s

12 batches / 1s

Transactions per batch

-

-

10 Txs / batch

10 Txs / batch

20 Txs / batch

Request Parameter

Parameters
Mandatory
Format
Example
Description

Transactions

Mandatory

Array[String]

["0xf8……8219", "0xcb……2ac0"]

signed raw txs

Request Example

https://github.com/BlockRazorinc/relay_examplearrow-up-right

Proto

The code of relay.proto is as follows:

Response Example

Success

Error

Last updated