hi all,
i try get data from jsonrpc, i send this
{"jsonrpc":"1.0","method":"getbalance ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC","id":1}
and i get
[Error: failed [404] {"result":null,"error":{"code":-32601,"message":"Method not found"},"id":1} ]
but i send this
{"jsonrpc":"1.0","method":"getbalance","id":1}
and i get 0.20000000. this is true.
thanks for response.
Perhaps you are looking for getreceivedbyaddress ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC ?