Retrieves the balance of a specified address at a given block height.
- Provider
- Etherscan (Ethereum Explorer)
- Input summary
- {"name":"chainid","type":"string","required":true,"description":"Chain ID to query, eg `1` for Ethereum, `8453` for Base from our supported chains."}, {"name":"module","type":"string","required":true,"description":"Set to `account` for this endpoint.","enum":["account"]}, {"name":"action","type":"string","required":true,"description":"Set to `balancehistory` for this endpoint.","enum":["balancehistory"]}, {"name":"address","type":"string","required":false,"description":"The address to query, like `0xfefefefefefefefefefefefefefefefefefefefe`."}, {"name":"blockno","type":"integer","required":false,"description":"Block number to check balance at, all the way up to the genesis block `0`."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available