get https://{network-ethereum}.gateway.tatum.io/eth/v1/beacon/light_client/bootstrap/
Requests the LightClientBootstrap
structure corresponding to a given post-Altair beacon block root.
Depending on the Accept
header it can be returned either as JSON or SSZ-serialized bytes.
Servers SHOULD provide results as defined in create_light_client_bootstrap
. To fulfill a request, the requested block's post state needs to be known.