I am trying to do a simple GET request to fetch all validators, but still getting a 429 Too Many Requests response.
Keeping in mind that this is the FIRST request I am sending after months, I am not sure if I am missing anything here
This is the request -
curl --location 'https://api.rated.network/v1/eth/validators' --header 'Authorization: Bearer <TOKEN>'
Further, I think it would be better if in the documentation here, there could be examples as to how to include the Retry-After and Age headers, as it is pretty unclear how these are expected.
Would appreciate any help with regard to this matter, thanks!
