---
title: "Get user info"
method: GET
path: "/api/v1/me"
tags: ["account"]
---

# Get user info

`GET /api/v1/me`

## Response `200`

User info

- object
  - `user` User, required
    - `id` integer, required
    - `tg_id` integer — ID from the Telegram service
    - `wallet_address` string — TON wallet address
    - `first_name` string
    - `last_name` string
    - `avatar` string
    - `is_ban` boolean, required
    - `invited_by` integer
    - `referral_id` string, required
    - `referrals_count` integer, required
    - `date_create` integer, required

## Other responses

- `400` — Something went wrong on client side
- `403` — Access token is missing or invalid
- `404` — The specified resource was not found
- `500` — Something went wrong on server side

## Changes

- **2024-11-20** `4a33093284b6` — 1 warning, 3 info
  - removed the optional property `user/token` from the response with the `200` status
  - added the optional property `user/invited_by` to the response with the `200` status
  - added the required property `user/referral_id` to the response with the `200` status
  - added the required property `user/referrals_count` to the response with the `200` status
- **2024-07-23** `719e1824ac3b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonkeeper/apis/rest-api-to-ton-console/changes/api/v1/me/get.md)

---

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