eth_getBalance - DogeOSAsk AIpost https://dogeos-testnet.unifra.io/v1/{your-api-key}/eth_getBalanceReturns the balance of the account of a given address.Path Paramsyour-api-keystringrequiredBody ParamsjsonrpcstringrequiredDefaults to 2.0The version of the JSON-RPC protocol.methodstringrequiredDefaults to eth_getBalanceThe name of the method to be called.paramsarrayrequiredDefaults to 0x871f1181AA63c988325539cF4b502E092595B50E,latestA list of parameters to pass to the method.params* string stringidintegerrequiredDefaults to 1A unique identifier for the request.Responses 200The balance of the account in wei. 400Bad Request. The request could not be understood by the server due to malformed syntax.Updated 7 months ago