---
title: "Check wallet balance"
method: GET
path: "/wallet/balance"
---

# Check wallet balance

`GET /wallet/balance`

Get your current wallet balance, available balance, and locked funds.

## Response `200`

Wallet balance

- object
  - `wallet` Wallet
    - `userId` string
    - `walletAddress` string
    - `balance` number — Total USDC balance
    - `availableBalance` number — Balance available for spending
    - `pendingLocks` object
    - `totalLocked` number
    - `totalDeposited` number
    - `totalSpent` number

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/xpay/apis/xpay-hub-api.md) · [All operations](https://skmtc.dev/xpay/apis/xpay-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xpay/xpay-hub-api/revisions/bd819de96276/schema)
