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 ?
yes, console evergreencoin-qt is working
getreceivedbyaddress ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC i get 10.01000000
but in js
i send {"method":"getreceivedbyaddress EJyyhNhfvL3XfTh9VerW9h5qCL5SPtTqbn","id":1}
[Error: failed [404] {"result":null,"error":{"code":-32601,"message":"Method not found"},"id":1} ]
{"method":"getreceivedbyaddress","params":["ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC"],"id":1}