Get an account's balances by ID

This method returns the account's balances that matches the entered ID.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
account_id
required
integer

The account's ID

Responses
200

Account object

404

Account not found

get/accounts/{account_id}/balances
Response samples
application/json
{
  • "available": "750",
  • "pending": "250",
  • "total": "1000"
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.