Get Balance

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

Headers

Content-Typestring required
Authorizationstring required

Request body

walletIdTypestring
channelstring
walletidstring
domainstring

Response

200

statusCodestring
responseCodestring
responseMessagestring
{"stackTrail":"paths:/generic-wallet/api/v1/cards/balance:post:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/generic-wallet/api/v1/cards/balance: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.