get https://api.zeal.com/provider-accounts/balances
Zeal will return details about reserve accounts including "Available Balance" (actually available for spending or withdrawal) and "Current Balance" (including cleared and pending transactions).
Return
Returns response status and an array of Zeal Provider Accounts (i.e. reserve accounts).
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Array of Zeal Provider Accounts (i.e. reserve accounts) |
errors | array | If success is false, errors contains a list of error objects.Show child attributesmessagetype: string description: Error messagestatus type: number description: HTTP response code code type: number description: Error code (see Error codes ) |