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

Authorizations

TOTALIS_API_KEY
string
header
required

API key for programmatic access. Generate from the Totalis Dashboard. Format: api_live_xxxxxxxxxxxxxxxxxxxxx. Supported for REST API and WebSocket.

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
approved
boolean

Whether the user has been approved (via invite code)

waitlisted
boolean

Whether the user is on the waitlist

created_at
string<date-time>