Builders are expected to have a small total size, so querying a state object with ~1MM validators is very inefficient.
We already have types/gloas/builder.yaml covered by /api/v1/beacon/states/{} which has a response containing the fields of a builder (pubkey, version, execution_address, balance, deposit_epoch, withdrawable_epoch), but not details on external state related details such as pending withdrawals and payments.
Apologies if there's a reasonable alternative to querying debug/state, and I have missed it
Builders are expected to have a small total size, so querying a state object with ~1MM validators is very inefficient.
We already have types/gloas/builder.yaml covered by /api/v1/beacon/states/{} which has a response containing the fields of a builder (pubkey, version, execution_address, balance, deposit_epoch, withdrawable_epoch), but not details on external state related details such as pending withdrawals and payments.
Apologies if there's a reasonable alternative to querying debug/state, and I have missed it