Skip to main content
GET
Get a test-token request

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.

Path Parameters

job_id
string
required

Job id returned by POST /airdrop

Response

Current airdrop job state

data
object
required

Status of a background airdrop job. status is "running" until every token has resolved, then "complete". results grows as each per-token transfer lands, so a poller sees live progress (results.len() of total).