---
title: "GET /v2/pubkeys/{public_key}/wallets"
method: GET
path: "/v2/pubkeys/{public_key}/wallets"
tags: ["Wallet"]
---

# GET /v2/pubkeys/{public_key}/wallets

`GET /v2/pubkeys/{public_key}/wallets`

Get wallets by public key

## Path parameters

- `public_key` string, required

## Response `200`

a list of wallets

- Wallets
  - `accounts` Wallet[], required
    - `address` string, address, required
    - `balance` integer, required
    - `get_methods` string[], required
    - `icon` string
    - `interfaces` string[]
    - `is_suspended` boolean
    - `is_wallet` boolean, required
    - `last_activity` integer, required — unix timestamp
    - `last_lt` integer, required
    - `name` string
    - `plugins` WalletPlugin[], required
      - `address` string, address, required
      - `status` 'nonexist' | 'uninit' | 'active' | 'frozen', required
      - `type` string, required
    - `signature_disabled` boolean
    - `stats` WalletStats, required
      - `jettons_count` integer, required
      - `multisig_count` integer, required
      - `nfts_count` integer, required
      - `staking_count` integer, required
    - `status` 'nonexist' | 'uninit' | 'active' | 'frozen', required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
