Docs/Token data/Token metadata
Token metadata
GET/v1/token/{mint}Public
Core identity + latest price for one mint — the call you start a token view with.
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 |
|---|
symbol | string | null | Ticker, resolved on-chain (Helius DAS). |
name | string | null | Full token name. |
decimals | number | null | Token decimals. |
logo | string | null | Logo URI. |
priceUsd | number | null | Latest reconciled USD price. |
firstSeenSlot | string | null | Earliest slot we indexed for this mint. |
lastTxAt | string | null | Time of the last indexed trade (ISO). |