builderFills
Stream live fills for a specific builder from a single connection.
Every live data message includes both routing identifiers with the same value:
{"type": "builderFills", "channel": "builderFills"}Other payload fields are omitted above. Existing clients may continue routing on either field.
Subscribe
{
"type": "subscribe",
"subscription": {
"type": "builderFills",
"builder": "0xb84168cf3be63c6b8dad05ff5d755e97432ff80b",
"aggregateByTime": true // optional
}
} Unsubscribe
{
"type": "unsubscribe",
"subscription": {
"type": "builderFills",
"builder": "0xb84168cf3be63c6b8dad05ff5d755e97432ff80b",
"aggregateByTime": true // optional
}
}Fill data format
Each fill contains an address and fill details of fills by subscribed to builder.
Examples
Error messages:
Common errors
Last updated