---
title: "Returns wallet version and revision"
method: GET
path: "/v1/ton/wallet/{address}/version"
tags: ["Ton"]
---

# Returns wallet version and revision

`GET /v1/ton/wallet/{address}/version`

## Path parameters

- `address` string, required

## Response `200`

Wallet version and revision; if not a wallet, zeroes are being returned

- object
  - `version` integer, required
  - `revision` integer, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/versions/fd1067547679/schema)
