This method returns the account's balances that matches the entered ID.
The account's ID
GET /accounts/{account_id}/balances HTTP/1.1 Host: X-Ledger-API-Key: YOUR_API_KEY Accept: */*
Account object
{ "available": "750", "pending": "250", "total": "1000" }