-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Description
When calling /eth/v1/beacon/states/head/validators?status=active over 1 gigabyte of data is returned. We need to be able to get only the fields requested for various reasons. Such as only the indexes of the active validators which would reduce the size of the data returned significantly (~4 KB).
Proposal:
Allow filtering by fields, such as /eth/v1/beacon/states/head/validators?status=active&fields=index,public_key
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels