---
title: "Get the calling application's wallet"
method: GET
path: "/v1/wallet"
tags: ["Wallet"]
---

# Get the calling application's wallet

`GET /v1/wallet`

Returns the current escrow wallet for the authenticated application including:
- `balance` – net position (credits − debits for all completed transactions)
- `totalDebited` – running sum of all outgoing accepted payments
- `totalCredited` – running sum of all incoming accepted payments

The wallet is auto-provisioned on the first transaction so calling this endpoint
before any transaction is initiated will return a 404 until the wallet exists.
Call `POST /v1/wallet` to provision it eagerly.

## Response `200`

Wallet returned

## Other responses

- `404` — Wallet not yet provisioned for this application

---

[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)
