ardanlabs/blockchain

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

tomiamao opened this issue · 2 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!