HTTP Reference
The complete public contract is 36 operations under one origin:/api/v2 is an internal Blank plane with no stability contract. There is no v1 contract and no unversioned alias.
Reading the tables
- Auth —
Anonymousneeds no credential.Any keyneeds a valid key but no scope. Anything else is the exact scope set required; a key must carry all of them. - Rate policy — the value reported in
X-RateLimit-Policy. Limits are environment configuration; read the rate-limit headers rather than hardcoding numbers. - Idempotent —
Yesmeans the operation is a mutation and requires anIdempotency-Keyheader. - Operations marked with
If-Matchadditionally require the resource’s currentversionas a strong ETag.
System
Identity
Tokens
Query for
listTokens: cursor, limit (1–100, default 50), status, launchType. See Tokens and market data.
Market data
listTokenCandles requires from, to, and interval (1m, 5m, 15m, 1h, 4h, 1d) and returns at most 1,000 points.
Staking
See Staking.
Fees
See Fees.
Presales
See Presales.
Predictions
See Price predictions.
Operations
Transaction intents
See Operations and transaction intents.
Webhooks
Blank also sends one request to you: the signed CloudEvent delivery, documented in the OpenAPI spec as the
receiveBlankWebhookEvent webhook. See Webhooks.