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
| Field | Type | Description |
|---|
mintrequired | string | Token mint address (base58). |
Query parameters
| Field | Type | Description |
|---|
timeoptional | number (unix s) | The moment to price. Blank = now (latest close). |
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 |
|---|
requestedTime | number | The time you asked for. |
unixTime | number | null | The candle time we matched (null if before our data). |
value | number | null | Close price (USD) at that time. |