Docs/Token data/Price at time

Price at time

GET/v1/token/{mint}/price-atPublic

The price at (or just before) a point in time — to value a position at a past moment.

Path parameters

FieldTypeDescription
mintrequiredstringToken mint address (base58).

Query parameters

FieldTypeDescription
timeoptionalnumber (unix s)The moment to price. Blank = now (latest close).
networkoptionalmainnet | devnetNetwork to read. Devnet returns an empty payload (with a note) until its ingestor lands. default mainnet

Response fields

FieldTypeDescription
requestedTimenumberThe time you asked for.
unixTimenumber | nullThe candle time we matched (null if before our data).
valuenumber | nullClose price (USD) at that time.