---
title: "Get public profile"
method: GET
path: "/profile/{id}"
tags: ["profile"]
---

# Get public profile

`GET /profile/{id}`

Returns public profile information for a specific wallet address or Telegram ID, including created tokens and trade activity.

## Path parameters

- `id` string, required

## Query parameters

- `address_follower` string
- `address_following` string

## Response `200`

OK

- InternalHandlersPublicProfileResponse
  - `auto_hide` boolean
  - `avatar` string
  - `created_at` string
  - `display_name` string
  - `followers_count` integer
  - `following_count` integer
  - `id` string
  - `is_followed_by` boolean
  - `is_following` boolean
  - `referrer` string
  - `telegram_id` string
  - `telegram_username` string
  - `tokens_created` integer
  - `total_invitees` integer
  - `total_trades` integer
  - `wallet_address` string

## Other responses

- `404` — Profile not found

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
