Docs/Subscriptions/Register a mint

Register a mint

POST/v1/tokens/register🔑 API key required

Subscribe a slot. Enqueues a historical backfill only if the mint is new to the platform and a credit is free.

Devnet slots are free: they don't count against your plan's mint slots (separate per-network pools), carry no commitment lock and never consume rotations — but devnet is not indexed yet, so its data endpoints return empty until the devnet ingestor ships (the response says so in coverage.note).

Body

FieldTypeDescription
mintrequiredstringThe token mint to track.
networkoptionalmainnet | devnetWhich network. default mainnet

Response fields

FieldTypeDescription
statusstringlive (mainnet) / pending.
subscriptionobject{ created, novel, lockedUntil }.
backfillobject{ scheduled, chunks } or a reason it wasn't.
usageobjectSlot usage after the change.
statusUrlstringPoll this for backfill progress.