eureka_getBlockBundles
Parameters
Field
Type
Required
Description
Request
{
"jsonrpc": "2.0",
"method": "eureka_getBlockBundles",
"params": [{ "blockNumber": 20000000 }],
"id": 1
}Response
{
"jsonrpc": "2.0",
"result": {
"blockNumber": 20000000,
"targetingCount": 47,
"servoCount": 12,
"nonServoCount": 35,
"includedBundles": [
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"bundleHash": "0xabcdef...",
"builderPayment": "15000000000000000",
"isServo": true,
"signer": "0x1234..."
},
{
"uuid": "661f9511-f30c-52e5-b827-557766551111",
"bundleHash": "0x112233...",
"builderPayment": "8000000000000000",
"isServo": false,
"signer": null
}
],
"submissionInfo": {
"blockHash": "0xfedcba...",
"builderPubkey": "0x8c4ed5...",
"winningBid": "120000000000000000",
"submittedAt": "2024-01-15T12:00:12.500Z"
}
},
"id": 1
}Response Fields
Field
Type
Description
Notes
Last updated
