Tokens
Ropsten 測試網的 Etherscan api
我發現這個端點是從乙太坊區塊鏈獲取代幣餘額,但是,我注意到這個功能在 Rospten 網路上不起作用。請指教
https://api.etherscan.io/api?module=account&action=tokenbalance&contractaddress=0x6bb495e358d7aab0540d9b38996e715fcc4f1ba2&address=0x63a5f2232a519321237e31d0a79f6c20e0e652d3&tag=latest&apikey=JKXR76EA1NK9XSKES1T2BNYBZ41T3BJ2JH
可能我可以在 Ropsten 網路上使用相同的功能嗎?
根據文件,您必須簡單地將“-ropsten”附加到子域。您的網址應如下所示:
https://api-ropsten.etherscan.io/api?module=account&action=tokenbalance&contractaddress=0x6bb495e358d7aab0540d9b38996e715fcc4f1ba2&address=0x63a5f2232a519321237e31d0a79f6c20e0e652d3&tag=latest&apikey=JKXR76EA1NK9XSKES1T2BNYBZ41T3BJ2JH