Skip to main content
POST
Deploy a token

Authorizations

Authorization
string
header
required

Session JWT (browsers receive it as an httpOnly cookie from POST /auth/verify; 15 min, silently renewed via POST /auth/refresh), or a long-lived API token (ss_…) minted at POST /api-tokens. API tokens work on data and trading endpoints and can request WebSocket tickets; token management and admin endpoints accept session JWTs only.

Body

application/json
decimals
integer<int32>
required
Required range: 0 <= x <= 18
name
string
required
recipient
string
required

Aleo address (aleo1...) of the creator: receives the initial supply.

symbol
string
required
supply
string | null

Initial supply in whole units (default 1_000_000), minted to recipient.

Response

Deploy started

data
object
required