Hi team,
I working on some proof of reserves project and trying to extract balances at a particular block height for bsc network however I encounter the following error:
address: 0x161ba15a5f335c9f06bb5bbb0a9ce14076fbb645 : []
Traceback (most recent call last):
File “/Users/iyeu/opt/anaconda3/lib/python3.9/site-packages/spyder_kernels/py3compat.py”, line 356, in compat_exec
exec(code, globals, locals)
File “/Users/iyeu/.spyder-py3/untitled6.py”, line 31, in
result2 = evm_api.token.get_wallet_token_balances(
File “/Users/iyeu/opt/anaconda3/lib/python3.9/site-packages/moralis/evm_api/token/get_wallet_token_balances.py”, line 12, in get_wallet_token_balances
api_response = api_instance.get_wallet_token_balances(
File “/Users/iyeu/opt/anaconda3/lib/python3.9/site-packages/openapi_evm_api/paths/address_erc20/get.py”, line 349, in get_wallet_token_balances
return self._get_wallet_token_balances_oapg(
File “/Users/iyeu/opt/anaconda3/lib/python3.9/site-packages/openapi_evm_api/paths/address_erc20/get.py”, line 290, in _get_wallet_token_balances_oapg
raise exceptions.ApiException(
ApiException: (400)
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({‘Date’: ‘Thu, 29 Dec 2022 07:17:32 GMT’, ‘Content-Type’: ‘application/json; charset=utf-8’, ‘Content-Length’: ‘180’, ‘Connection’: ‘keep-alive’, ‘CF-Ray’: ‘7810c1ac1f412ec2-SIN’, ‘Access-Control-Allow-Origin’: ‘*’, ‘ETag’: ‘W/“b4-K9Wq5hjU9veVfEgA7GX5IdjGq0Y”’, ‘Vary’: ‘Accept-Encoding’, ‘CF-Cache-Status’: ‘DYNAMIC’, ‘X-Powered-By’: ‘Express’, ‘Server’: ‘cloudflare’})
HTTP response body: b’{“message”:“Address: 0xa180fe01b906a1be37be6c534a3300785b20d947 is blacklisted due to its size - email [email protected] and explain your use-case and we will see how we can help.”}’
Could any of the engineering team assist?
Thank you