Erc-20

ERC20 代幣餘額 API - EtherScan

  • March 6, 2022

是否有任何 API 用於ERC20 token平衡特定合約的地址?

來自https://etherscan.io/apis#tokens

獲取 TokenContractAddress 的 ERC20-Token 賬戶餘額 https://api.etherscan.io/api?module=account&action=tokenbalance&contractaddress=0x57d90b64a1a57749b0f932f1a3395792e12e7055&address=0xe04f27eb70e025b78871a2ad7eabe85e61212761&tag=latest&apikey=YourApiKeyToken

我發現這個 API 非常適合在任何地址(無論是賬戶還是合約)上獲取任何類型的餘額查詢(無論是 ERC20 代幣還是 ETH)。但是只有一個限制,API 限制為每 2 秒命中 1 次。檢查這個:https ://github.com/EverexIO/Ethplorer/wiki/Ethplorer-API#methods

讓我知道它是否有幫助。

引用自:https://ethereum.stackexchange.com/questions/64987