GET
/
users
/
{user_id}
curl --request GET \
  --url https://ebn.telemetree.io/public-api/users/{user_id} \
  --header 'x-api-key: <api-key>'
{
  "telegram_id": 123,
  "wallet_connected": true,
  "total_wallet_balance": 123,
  "jettons_wallet_value": 123,
  "volume_ton": 123,
  "is_premium": true,
  "language": "<string>",
  "country": "<string>",
  "os": "<string>",
  "wallet_provider": "<string>",
  "wallet_address": "<string>",
  "utm": "<string>",
  "jettons": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Your API Key (Dashboard->Settings)

Path Parameters

user_id
string
required

User ID (Telegram ID)

Response

200
application/json
Successful Response
telegram_id
integer
required
wallet_connected
boolean
required
total_wallet_balance
number | null
jettons_wallet_value
number | null
volume_ton
number | null
is_premium
boolean | null
default:false
language
string | null
country
string | null
os
string | null
wallet_provider
string | null
wallet_address
string | null
utm
string | null
jettons
string[] | null