Retrieves the ERC-20 token balance for a specified address at a given block height.
- 服务商
- Etherscan(以太坊浏览器)
- 输入摘要
- {"name":"chainid","type":"string","required":false,"description":"Chain ID to query, eg `1` for Ethereum, `8453` for Base from our supported chains."}, {"name":"module","type":"string","required":false,"description":"Set to `account` for this endpoint.","enum":["account"]}, {"name":"action","type":"string","required":false,"description":"Set to `tokenbalancehistory` for this endpoint.","enum":["tokenbalancehistory"]}, {"name":"contractaddress","type":"string","required":false,"description":"Contract address of the ERC-20 token."}, {"name":"address","type":"string","required":false,"description":"Address to check for balance."}, {"name":"blockno","type":"integer","required":false,"description":"Block number to check balance for."}
- 输出摘要
- 暂无公开信息
- 计费规则
- 1
- 数据更新时间
- 暂无公开信息
- 验证状态
- 暂无公开信息