503 Server Error for QuickNode w3 API Avalanche node

from web3 import Web3
w3 = Web3(
    Web3.HTTPProvider(
        MY_ENDPOINT, request_kwargs={"timeout": 10000}
    )
)
w3.eth.block_number # OK
w3.eth.get_balance('0x0123456789010101000000000000000000000000') # NOK

Can someone check this?

hey there! We saw some degraded performance on Avalanche, there’s been a fix implemented and we’re hoping you should see improved performance soon.

You can check the status here!

https://status.quicknode.com/

1 Like