Iām trying to call eth_getBlockByNumber, I was getting ā401 Unauthorized invalid ws_archiveā with a pro plan account that we use for a project, so I tried with my personal account and Iām getting ā401 Unauthorized user blockedā error on that one.
I sent this issue over to [email protected] and was told to create a topic on the forum.
This is my json:
{
āmethodā:āeth_getBlockByNumberā,
āparamsā:[ā0xc5043fā,false],
āidā:1,
ājsonrpcā:ā2.0ā
}
Thanks!