---
title: "Get banking asset balance"
method: GET
path: "/v1/issuer/{issuer_id}/assets/{asset_id}/balance"
tags: ["Assets"]
---

# Get banking asset balance

`GET /v1/issuer/{issuer_id}/assets/{asset_id}/balance`

Get banking asset balance using asset ID

## Path parameters

- `issuer_id` string, required
- `assetId` string, required

## Headers

- `x-cid` string

## Response `200`

OK

- AssetBalance
  - `units` integer — Number of asset units
  - `redeemed_units` number — Number of redeemed units
  - `units_available` number — total units available after redemption operation
  - `latest_accrual_date` string — Latest accrual date, format = yyyy/mm/dd.
  - `daily_rate` number, double — Daily rate
  - `accum_daily_rate` number, double — Accumulative daily rate
  - `factor` string — Calculated pre-rate factor based on how many days the asset has accrued (base unit value x factor = new unit value accrued). The pre-rate factor is used to calculate how much ROI the customer can expect to receive.
  - `unit_value` number, double — Per unit value
  - `current_amount` number, double — Current amount
  - `currency` string — ISO-4217 currency code.
  - `status` 'PENDING' | 'PROCESSING' | 'CANCELLED' | 'SETTLED' | 'PROCESSED' — PENDING: Charge is scheduled and waiting for the cycle to close. PROCESSING: Cycle closing process has started and is awaiting completion. CANCELLED: Charge canceled due to link cancellation. SETTLED: Amount is zero and/or `minimum_spend_to_charge` has not been reached. PROCESSED: Charge was posted on the statement."
  - `position_date` string — Updated position date, format = yyyy/mm/dd.
  - `accrual_frequency` 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'HALF_YEARLY' | 'YEARLY' | 'MATURITY' — Interest accrual frequency

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
