ardanlabs / blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No GET /v1/balances/list/:accountID endpoint

tomiamao opened this issue · comments

The CLI calls the /v1/balances/list/:accountID public endpoint which fails since it doesn't exist

Nice catch. Looks like it was changed to /accounts/list/:account

I pushed that change!