v1

latestOpenAPI 3.1.02026-07-24320172.9 KB

Retrieve Deposit Order Count by Status

get/api/v2.0/deposits/totaldeposit/accounts/{accountId}

Path parameters

versionstring required

The current version of BaaSiC API

accountIdstring required

Target deposited account identification

Query parameters

statusstring

Current searched status

beginDatestring date

Deposit orders's start date

endDatestring date

Deposit orders's final date

Headers

Authorizationstring required

The personal authentication token obtained by each user from the token authentication endpoint

Response

200

totalDepositinteger
totalDepositConfirmedinteger
totalDepositPendinginteger

Example response

{
  "totalDeposit": 123,
  "totalDepositConfirmed": 53,
  "totalDepositPending": 70
}