Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Stage-1 access standing

GET /user/access response (spec §6): the authenticated wallet's Stage-1 standing — whether it activated, its cosmetic badge, and its granted multiplier (null when never activated).

activated
boolean
required

True once this wallet has activated a closed-launch access code.

allocation_reserved
boolean
required

Whether a future airdrop allocation is reserved for this wallet (season1-conversion §5, S2-D3): true for every activated wallet, false otherwise. The allocation itself is out of scope; this is the persistence hook that survives the Stage-1 gate-off.

stage1_badge
boolean
required

Cosmetic Stage-1 badge (spec §6); false for un-activated wallets.

multiplier_bps
integer<int32> | null

Granted activation multiplier in bps; null when never activated.

Required range: x >= 0