Docs/Market & discovery/New tokens
New tokens
GET/v1/tokens/newPublic
The most recently first-seen mints — freshly indexed tokens.
Query parameters
| Field | Type | Description |
|---|
limitoptional | number | Rows (≤200). default 50 |
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 |
|---|
tokens[].mint | string | Mint address. |
tokens[].last_tx_at | string | When it was last seen. |
tokens[].price_usd | number | null | Latest price, if priced. |