---
title: "RefreshAssetAddressBalance"
method: POST
path: "/v2/vaults/{vault_id}:refreshAssetAddressBalance"
tags: ["Balances"]
---

# RefreshAssetAddressBalance

`POST /v2/vaults/{vault_id}:refreshAssetAddressBalance`

Refreshes address balance for given address.

## Path parameters

- `vault_id` string, required

## Request body

- BalancesRefreshAssetAddressBalanceBody
  - `asset` string, required
  - `address` string, required
  - `includeReferencedResources` boolean — Include referenced resources in the response.

## Response `200`

A successful response.

- V2RefreshAssetAddressBalanceResponse
  - `balance` V2Balance
    - `asset` string — The resource name of the asset. Format: `assets/{asset_id}`
    - `value` string — The amount of the asset, in decimal form with precision included.
    - `rawValue` string — The raw amount of the asset that this balance contains. Specified in the smallest unit of the Asset.
    - `frozenValue` string
  - `referencedResources` object — A mapping of the referenced resources in the message. The key is the resource name and the value is the corresponding resource. This field is only populated if the `includeReferencedResources` field is set to `true`.

---

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