-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Tried to follow the blog and video example with this repo but it produced an error. With the local address it did not work and so I tried it with the video address and I ran into the same issue.
I investigated the Network tab and found this:
{
"jsonrpc": "2.0",
"id": 43,
"error": {
"code": -32000,
"message": "Monthly capacity limit exceeded. Visit https://dashboard.alchemyapi.io/settings/billing to upgrade your scaling policy for continued service."
}
}
Here is the full CURL request: curl 'https://eth-mainnet.alchemyapi.io/v2/_gg7wSSi0KMBsdKnGVfHDueq6xMB9EkC' -X POST -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0' -H 'Accept: */*' -H 'Accept-Language: de' -H 'Accept-Encoding: gzip, deflate, br' -H 'Referer: http://localhost:3000/' -H 'content-type: application/json' -H 'Origin: http://localhost:3000' -H 'Connection: keep-alive' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: cross-site' -H 'TE: trailers' --data-raw '{"method":"eth_blockNumber","params":[],"id":42,"jsonrpc":"2.0"}'