Skip to main content
GET
/
user
/
username
/
check
Check Username
curl --request GET \
  --url https://api.totalis.trade/user/username/check \
  --header 'TOTALIS_API_KEY: <api-key>'
{
  "available": true
}

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

username
string
required

Username to check

Response

Username availability result

available
boolean