Skip to main content
GET
/
user
/
me
Get Profile
curl --request GET \
  --url https://api.totalis.com/user/me \
  --header 'Authorization: Bearer <token>'
{
  "username": "<string>",
  "email": "<string>",
  "wallet_address": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.

Query Parameters

wallet_address
string

Wallet address for auto-creation (first call only)

email
string<email>

Email for auto-creation (first call only)

Response

User profile

username
string
email
string | null
wallet_address
string | null
created_at
string<date-time>