Price
GET/v1/token/{mint}/pricePublic
Just the latest USD price and when it updated — the cheapest call, ideal for polling.
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 |
|---|
priceUsd | string | null | Latest reconciled USD price. |
updatedAt | string | null | ISO time of the last update. |