---
title: "Refresh balance of given identity"
method: PUT
path: "/identities/{id}/balance/refresh"
tags: ["Identity"]
---

# Refresh balance of given identity

`PUT /identities/{id}/balance/refresh`

Refresh balance of given identity

## Path parameters

- `id` string, required

## Response `200`

Updated balance

- BalanceDTO
  - `balance` Int — Operations always take pointer arguments (*Int) rather than Int values, and each unique Int value requires its own unique *Int pointer. To "copy" an Int value, an existing (or newly allocated) Int must be set to a new value using the Int.Set method; shallow copies of Ints are not supported and may lead to errors.
  - `balance_tokens` Tokens — Tokens a common response for ethereum blockchain monetary amount
    - `ether` string
    - `human` string
    - `wei` string

## Other responses

- `404` — ID not found

---

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