This method supports querying the current status of the bundle by bundle hash. Please query 5 minutes after sending the bundle to the builder. Endpoint:
{
"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
}
}
Error
{
"bundle": {
"timestamp": "2025-04-08T05:21:10Z", // The time when the builder receives the bundle (UTC)
"bundleHash": "0xe06a923bce1f46b2a0602b8fb2263dffde22f21277b0b71d84b79aff6a58772b", // bundle hash
"state": "failed", // builder has received bundle,but the bundle is not included
"err": "non-reverting tx in bundle failed" // reason why the bundle is not included
}
}
{
"bundle": {
"bundleHash": "0xabc", // bundle hash in the request
"state": "not found" // bundle is not found
}
}