---
title: "Get wallet balances"
method: GET
path: "/v1/payments/wallets/{walletId}/balances"
tags: ["Payments"]
---

# Get wallet balances

`GET /v1/payments/wallets/{walletId}/balances`

Retrieves balances for a custody wallet. Wallet lifecycle and provisioning are managed through /v1/wallets.

## Path parameters

- `walletId` string, required — Provider wallet ID — the `walletId` field returned by GET /v1/wallets. The wallet record `id` and the public key are not accepted.

## Headers

- `x-project-id` string — Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

## Response `200`

Wallet balances

- object — Standard success response envelope.
  - `data` object, required — Wallet balances response payload.
    - `walletBalances` object, required — Wallet balances details.
      - `walletId` string, required — Provider wallet ID — the `walletId` field returned by GET /v1/wallets.
      - `address` string, required — Wallet address.
      - `balances` object[], required — Token balances.
        - `token` string, required — Token symbol or mint address.
        - `mint` string, required — Token mint address.
        - `amount` string, required — Raw amount in smallest units.
        - `uiAmount` string, required — Token amount in UI units (decimal string).
        - `decimals` integer, required — Token decimals.
        - `usdPrice` number — Resolved USD price per token when available.
        - `usdValue` number — Resolved USD value of this balance when pricing is available.
        - `confidential` boolean — Confidential balance flag (when applicable).
  - `meta` object, required — Response metadata.
    - `requestId` string, required — Request identifier for tracing.
    - `timestamp` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `401` — Error
- `403` — Error
- `404` — Error
- `409` — Error
- `500` — Error

---

[API](https://skmtc.net/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.net/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/672b1916ba61/schema)
