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

sui_executeTransactionBlock

Introduction

The Fast Mode leverages BlockRazor's global high-performance network to achieve the lowest latency for transaction inclusion, making it suitable for users who have extreme requirements for transaction inclusion speed.

The transaction submission method of Fast Mode supports gRPC, which is compatible with sui_rpc_v2_transaction-execution-service-proto .

Fast Mode is not tied to the subscription plan, but each transaction sent in Fast Mode must include a tip. The minimum tip amount is the greater of 0.001 SUI or Gas Budget × 0.05 SUI.

Tip Method: Integrate the BlockRazor SDK in TS or Go, and invoke the AddTip method.

Endpoint

sui-fast.blockrazor.io:80

Rate Limit

Fast Mode is not tied to the subscription plan, the rate limit default to 10 TPS for all users. Please contact us if you require an increase in your TPS limit.

Request Example

Last updated

Was this helpful?