When I use contract.functions.balanceOf(wallet_address).call(block_identifier=block_num)
I get a forbidden URL error, but if I run the same call without using the block_identifier
argument, it works as expected. What is the reason that this is happening?
Asked
Active
Viewed 206 times