我发现这个端点是为了从that块链获得令牌平衡,但是我注意到这个函数在Rospten网络上不起作用。请指教
https://api.etherscan.io/api?module=account&action=tokenbalance&contractaddress=0x6bb495e358d7aab0540d9b38996e715fcc4f1ba2&address=0x63a5f2232a519321237e31d0a79f6c20e0e652d3&tag=latest&apikey=JKXR76EA1NK9XSKES1T2BNYBZ41T3BJ2JH我是否可以在Ropsten网络上使用同样的功能?
发布于 2022-08-10 18:38:12
发布于 2019-08-11 06:43:39
根据医生们,您必须简单地将"-ropsten“附加到子域。您的URL应该如下所示:
https://api-ropsten.etherscan.io/api?module=account&action=tokenbalance&contractaddress=0x6bb495e358d7aab0540d9b38996e715fcc4f1ba2&address=0x63a5f2232a519321237e31d0a79f6c20e0e652d3&tag=latest&apikey=JKXR76EA1NK9XSKES1T2BNYBZ41T3BJ2JHhttps://ethereum.stackexchange.com/questions/73829
复制相似问题