There was an error while loading. Please reload this page.
1 parent 4f71837 commit fd8b6a2Copy full SHA for fd8b6a2
1 file changed
config.example.toml
@@ -96,6 +96,8 @@ get_params = { param1 = "value1", param2 = "value2" }
96
# "http" -> one request per get_header, at the relay url above
97
# "stream" -> websocket stream of bid updates, only for relays that support it. Connects to
98
# ws(s)://<relay url>/eth/v1/builder/header_stream/{slot}/{parent_hash}/{pubkey}.
99
+# Requires a UUID api key, set it in `headers` field above under the `X-Api-Key`
100
+# name; it is sent on the websocket handshake. Can use https://www.uuidgenerator.net/version4 to generate one.
101
# OPTIONAL, DEFAULT: "http"
102
get_header = "http"
103
# Whether to enable timing games, as tuned by `target_first_request_ms` and `frequency_get_header_ms`.
0 commit comments