---
title: "Get Balance"
method: POST
path: "/generic-wallet/api/v1/cards/balance"
---

# Get Balance

`POST /generic-wallet/api/v1/cards/balance`

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Request body

- object
  - `walletIdType` string
  - `channel` string
  - `walletid` string
  - `domain` string

## Response `200`

200

- object
  - `statusCode` string
  - `responseCode` string
  - `responseMessage` string
  - `errors` unknown
  - `modelList` unknown
  - `count` integer
  - `ledgerBalance` string
  - `availableBalance` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/interswitchgroup/apis/oauth2.md) · [All operations](https://skmtc.net/interswitchgroup/apis/oauth2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interswitchgroup/oauth2/versions/13065c872c78/schema)
