Quantcast
Channel: QuickNode - Latest topics
Viewing all articles
Browse latest Browse all 99

503 Server Error for QuickNode w3 API Avalanche node

$
0
0
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

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 99

Trending Articles