---
title: "PUT /me/wallet"
method: PUT
path: "/me/wallet"
tags: [""]
---

# PUT /me/wallet

`PUT /me/wallet`

## Request body

- WalletDTO
  - `walletAddress` string
  - `balance` WalletBalanceDTO
    - `currencies` WalletCurrencyDTO[]
      - `balance` WalletValueDTO
        - `value` number, double
        - `ticker` string
      - `balanceInUSD` WalletValueDTO
        - `value` number, double
        - `ticker` string
      - `exchangeRate` WalletValueDTO
        - `value` number, double
        - `ticker` string
    - `total` WalletValueDTO
      - `value` number, double
      - `ticker` string

## Response `200`

OK

- object

---

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