Hi,
I got a message two days ago that my usage exceeded the free plan limitation.
I then subscribe to your monthly pro plan yesterday.
However, I now get errors when trying to connect to one of your http endpoint, getting a 401:
401 Client Error: Unauthorized for url: https://speedy-nodes-nyc.moralis.io//eth/mainnet/archive
This error is happening on all of my servers, so I don’t think it’s IP related.
It’s happening regardless of the chain I’m trying to connect to (eth, bsc, …).
It’s happening when using web3.py and web3j, so it’s not related to the library I’m using to connect to your speedy nodes.
Example of code in python giving me an error:
from web3 import Web3
from pprint import pprint
w3 = Web3(Web3.HTTPProvider("https://speedy-nodes-nyc.moralis.io/MY_TOKEN/fantom/mainnet"))
pprint(w3.eth.block_number())
Is there something that I need to activate since I changed plan in order to get access to your nodes again?