Skip to main content
POST
Mint 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
amm_token_program
string
required

Program for the token representation used by the AMM.

amount
string
required

Amount in BASE units (already scaled by 10^decimals), as a string.

recipient
string
required

Recipient Aleo address (aleo1...).

Response

Mint broadcast

data
object
required