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

FieldTypeDescription
mintrequiredstringToken mint address (base58).

Query parameters

FieldTypeDescription
networkoptionalmainnet | devnetNetwork to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet

Response fields

FieldTypeDescription
symbolstring | nullTicker, resolved on-chain (Helius DAS).
namestring | nullFull token name.
decimalsnumber | nullToken decimals.
logostring | nullLogo URI.
priceUsdnumber | nullLatest reconciled USD price.
firstSeenSlotstring | nullEarliest slot we indexed for this mint.
lastTxAtstring | nullTime of the last indexed trade (ISO).