Get Balance Statement

This endpoint gives the balance statement for a wallet

post/generic-wallet/api/v1/cards/balance/statement

Headers

Content-Typestring
Authorizationstring

Request body

walletIdTypestring
channelstring
walletIdstring
fromDatestring
toDatestring
domainstring

Response

200

statusCodestring
responseCodestring
responseMessagestring
{"stackTrail":"paths:/generic-wallet/api/v1/cards/balance/statement:post:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/generic-wallet/api/v1/cards/balance/statement:post:responses:200:content:application/json:schema:properties:modelList","oasType":"schema","type":"unknown"}
countinteger
ledgerBalancestring
availableBalancestring

Example response

{
  "statusCode": "200",
  "responseCode": "00",
  "responseMessage": "Successful",
  "ledgerBalance": "99930010",
  "availableBalance": "999930010"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.