Skip to main content
POST
Request test tokens

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
address
string
required

Aleo address (aleo1...) to receive the airdrop.

Response

Airdrop job started

data
object
required

Returned by POST /airdrop: the airdrop now runs in the background, so the caller gets a job_id to poll GET /airdrop/{job_id} with.