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

# Get Balance Statement

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

This endpoint gives the balance statement for a wallet

## Headers

- `Content-Type` string
- `Authorization` string

## Request body

- object
  - `walletIdType` string
  - `channel` string
  - `walletId` string
  - `fromDate` string
  - `toDate` 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/revisions/13065c872c78/schema)
