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

The response is of type object.