Docs/Subscriptions/Backfill progress
Backfill progress
GET/v1/tokens/{mint}/backfill🔑 API key required
Backfill progress for one subscribed mint.
Path parameters
| Field | Type | Description |
|---|
mintrequired | string | Token mint address (base58). |
Query parameters
| Field | Type | Description |
|---|
networkoptional | mainnet | devnet | Network to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet |
Response fields
| Field | Type | Description |
|---|
status | string | The mint's tracking status. |
backfill | object | { state, slotsTotal, slotsDone, swapsIngested }. |