Skip to main content
POST
Error

Authorizations

aura_session
string
cookie
required

HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.

Body

application/json
refererAddress
string | null

Optional referrer wallet. Ignored if it equals the caller or does not exist.

Required string length: 30 - 80
Pattern: ^[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz:]+$

Response

Default Response

address
string
required
refererAddress
string | null
required
username
string | null
required

Generated display username (see /v1/users/me for the full profile).

createdAt
string | null
required
created
boolean
required

true when this call inserted a new row, false when it already existed.

Last modified on August 11, 2026