---
title: "Get the paginated ledger statement"
method: GET
path: "/v1/wallet/statement"
tags: ["Wallet"]
---

# Get the paginated ledger statement

`GET /v1/wallet/statement`

Returns DEBIT and CREDIT entries for the calling application's wallet in
reverse-chronological order.  Each entry includes:
- `entryType` – `DEBIT` (outgoing) or `CREDIT` (incoming)
- `amount`, `currency`
- `openingBalance` / `closingBalance` – wallet balance before/after the movement
- `description` – human-readable summary referencing the transaction
- `createdAt` – when the ledger line was written

## Query parameters

- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]

## Response `200`

Paginated ledger statement

## Other responses

- `404` — Wallet not yet provisioned

---

[API](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api.md) · [All operations](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflexpay/idaas-identity-as-a-service-api/revisions/db1f954badfb/schema)
