---
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` string
  - `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.net/mysteriumnetwork/apis/tequila-api.md) · [All operations](https://skmtc.net/mysteriumnetwork/apis/tequila-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mysteriumnetwork/tequila-api/versions/cb1439736b63/schema)
