Bundle Tracing
Introduction
Using titan_getBundleStats Endpoint
titan_getBundleStats EndpointExample Request
curl -X POST -H 'content-type: application/json' -d '{"method": "titan_getBundleStats", "params": [{"bundleHash": "0x...123"}], "jsonrpc": "2.0", "id": 1}' https://stats.titanbuilder.xyzExample Response
{
"jsonrpc":"2.0",
"result": {
"status":"SimulationFail",
"builderPayment":"0",
"error":"BundleRevert. Reverting Hash: 0x…456"
},
"id":1
}Understanding Bundle Statuses
Feedback
Last updated