Account balance API
Retrieve balance for a all accounts
Retrieve balance for a specific account
Authorizations
x-api-keystringRequired
Path parameters
accountIdstringRequired
- Unique identifier of the account.
Responses
200
Ok
application/json
400
Bad request
application/json
401
Unauthorized
application/json
404
Account not found
application/json
500
Internal server error
application/json
get
/balance/accounts/{accountId}Last updated