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.

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.