Get Account Summary
GET
/core/summary/{clientId}
Path Parameter
Field Name | Type | Required | Description |
---|---|---|---|
clientId | integer | TRUE | Unique identifier of the client whose accounts are being retrieved |
Response Body
Field Name | Type | Description |
---|---|---|
accounts | array | An array of client's accounts |
recentTransactions | array | An array of recently performed transactions |
weeklyTransactionSummary | object | A count of completed, failed, pending transactions etc |
totalCurrentBalance | number | The total current balance in the account |
totalAvailableBalance | number | The total available balance in the account |
Request
Path Params
clientId
integer
required
Example:
1
Request samples
Responses
Modified at 2025-03-19 15:01:59