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

Authorizations

Authorization
string
header
required

Privy JWT issued to the web dashboard. Sent as Authorization: Bearer <jwt>. The Privy session signer underpins all wallet-signed actions.

Query Parameters

username
string
required

Candidate username.

Response

Availability result

data
object