Trace Bundle
Introduction to Trace Bundle of BlockRazor Block Builder and integration methods
Introduction
Price
User Type
Limit
Price
Request Parameter
Parameters
Mandatory
Format
Example
Description
Request Example
curl -X GET "https://bsc-bundle-stats.blockrazor.io/bundlestate?hash=0x25f9fc35e978709195c00e864b9a19fb41ad5c5c5b8a3e003813ae9727317097" \
-H "Content-Type: application/json" \
-H "Authorization: M2ZiZj……JhODA1"Response Example
{
"bundle": {
"timestamp": "2025-04-07T09:04:40Z", // The time when the builder receives the bundle (UTC)
"bundleHash": "0x25f9fc35e978709195c00e864b9a19fb41ad5c5c5b8a3e003813ae9727317097", // bundle hash
"state": "onchain", // bundle is included on chain
"blockNumber": 48144954, // The block number where the bundle is located
"priority": "358911000000000" // bundle value, in wei
}
}Last updated
Was this helpful?