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
| Field | Type | Description |
|---|
mintrequired | string | The token mint to track. |
networkoptional | mainnet | devnet | Which network. default mainnet |
Response fields
| Field | Type | Description |
|---|
status | string | live (mainnet) / pending. |
subscription | object | { created, novel, lockedUntil }. |
backfill | object | { scheduled, chunks } or a reason it wasn't. |
usage | object | Slot usage after the change. |
statusUrl | string | Poll this for backfill progress. |