Bundle Tracing
Request
curl -X POST https://stats.quasar.win \
-H 'content-type: application/json' \
-d '{
"method": "quasar_getBundleStats",
"params": [
{
"bundle_hash": "0x..123"
}
],
"jsonrpc": "2.0",
"id": 1
}'Response
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"status": "submitted",
"builderPayment": "12934799399930",
"error": null,
"revertingHash": null,
"receivedAt": 1753977388,
"simulatedAt": 1753977388,
"submittedAt": 1753977409,
"blockNumber": 23040121,
"targetBlock": 23040121,
"minTimestamp": null,
"maxTimestamp": null
}
}Bundle States
Last updated
