---
title: "Get account confirmed balance for a specific ticker"
method: GET
path: "/v1/domains/{domainId}/accounts/{accountId}/confirmed-balance/{tickerId}"
tags: ["Accounts"]
deprecated: true
---

# Get account confirmed balance for a specific ticker

`GET /v1/domains/{domainId}/accounts/{accountId}/confirmed-balance/{tickerId}`

> **Deprecated.**

## Path parameters

- `domainId` string, uuid, required
- `accountId` string, uuid, required
- `tickerId` string, uuid, required

## Response `200`

- CoreBalanceWithConfirmedAmount
  - `accountReference` CoreAccountReference, required
    - `id` string, uuid, required
    - `domainId` string, uuid, required
  - `tickerId` string, uuid, required
  - `confirmedAmount` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
  - `unconfirmedAmount` string, required — This field is a large integer and represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
  - `reservedAmount` string, required — This field is a large integer that can be positive or zero. It is represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.
  - `quarantinedAmount` string, required — This field is a large integer that can be positive or zero. It is represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.

## Other responses

- `400` — Balance not found (BalanceNotFoundError)
- `401` — One of: Invalid JWT (InvalidJwtError); User not authorized (PermissionDeniedError)
- `404` — Entity or Domain not found (EntityNotFoundError)

---

[API](https://skmtc.net/ripple/apis/ripple-custody-api.md) · [All operations](https://skmtc.net/ripple/apis/ripple-custody-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripple-custody-api/revisions/410038300d74/schema)
