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

Base Get FlashBlockTransaction

Introduction to the BlockRazor Base Get FlashBlockTransaction service and its access methods

What is Base Get FlashBlockTransaction

Get FlashBlockTransaction is a real-time FlashBlock transaction data stream provided by BlockRazor for Base, used to retrieve transaction data from FlashBlocks on the Base with lower latency. This interface supports both gRPC and WebSocket protocols, making it suitable for transaction systems, monitoring systems, and real-time processing systems that are more sensitive to data arrival time.

On Base, FlashBlock can be understood as a "sub-block" data stream that occurs before the formal block is formed, typically pushed continuously at a frequency of about 200ms. Compared to the standard block time of about 2 seconds, FlashBlock can provide transaction-related feedback much earlier, making it more suitable for low-latency scenarios that require quick on-chain awareness of changes.

For trading bots, quantitative strategies, real-time monitoring platforms, and front-end trading applications, waiting for blocks often means longer response times. The value of Get FlashBlockTransaction is to help the system receive transaction and block change signals earlier, before the block arrives, thus buying more time for subsequent judgment and response.

FAQ

Both Get FlashBlockStream and Get FlashBlockTransaction subscribe to FlashBlock data, but the key difference lies in the returned data format. Get FlashBlockStream returns binary data, which needs to be parsed into structured data after acquisition; while Get FlashBlockTransaction directly returns structured transaction data.

What is the difference between Get FlashBlockTransaction and Get FlashBlockStream

Both Get FlashBlockStream and Get FlashBlockTransaction subscribe to FlashBlock data, but the key difference lies in the returned data format. Get FlashBlockStream returns binary data, which needs to be parsed into structured data after acquisition; while Get FlashBlockTransaction directly returns structured transaction data.

Endpoint

Region
Endpoint

Frankfurt

frankfurt.grpc.base.blockrazor.xyz:80

Virginia

virginia.grpc.base.blockrazor.xyz:80

Tokyo

tokyo.grpc.base.blockrazor.xyz:80

地區
端點

法蘭克福

ws://frankfurt.base.blockrazor.xyz:81/ws

弗吉尼亞

ws://virginia.base.blockrazor.xyz:81/ws

日本

ws://tokyo.base.blockrazor.xyz:81/ws

Price

The price is $25 / stream / day and $250 / stream / month. Subscribe

The number of data streams that can be subscribed to is calculated on a shared basis across all regions. For example, if you purchase one stream, you can only subscribe in one region; you will not be able to subscribe in other regions.

Request Example

Response Example

Normal

Abnormal

Last updated

Was this helpful?