When running this query:
https://api.zilliqa.com/
Request:
{
"id": "1",
"jsonrpc": "2.0",
"method": "GetBalance",
"params": ["zil1rmhufazn2w09aeejkj0tg7fty6xz7wggup2tsh"]
}
It returns this response:
{
"error": {
"code": -8,
"data": null,
"message": "Address size not appropriate"
},
"id": "1",
"jsonrpc": "2.0"
}
Is this not the correct way to use the api? Even using the address from the documentation returns an error