Docs/Token data/Price

Price

GET/v1/token/{mint}/pricePublic

Just the latest USD price and when it updated — the cheapest call, ideal for polling.

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
priceUsdstring | nullLatest reconciled USD price.
updatedAtstring | nullISO time of the last update.