beacon-APIs
beacon-APIs copied to clipboard
Any reason why `rewards` endpoints are not in the `Beacon` section?
- All endpoints in the
Beaconsection begin with/eth/v{1,2}/beacon/... - All endpoints in the
Buildersection begin with/eth/v1/builder/... - All endpoints in the
Configsection begin with/eth/v1/config/... - ...
I understand there is some exceptions for ValidatorRequiredApi and Experimental sections.
However, since all rewards endpoint are also prefixed by /eth/v1/beacon/, is there any reason why they are not stored in the Beacon section as well?
(@kevinbogner)