Documentation / API reference / Price
Get Price Simple Latest
Last reviewed 2026-09-18
Returns the latest TAO price and its timestamp in a compact response.
Try it
Parameters
No parameters.
Responses
200 — Price retrieved successfully
| Field | Type | Required |
|---|---|---|
data | array | Yes |
data[].price | string | Yes |
data[].timestamp | string (date-time) | Yes |
pagination | object | Yes |
pagination.current_page | integer (int32) | Yes |
pagination.next_page | integer (int32), nullable | |
pagination.per_page | integer (int32) | Yes |
pagination.prev_page | integer (int32), nullable | |
pagination.total_items | integer (int32) | Yes |
pagination.total_pages | integer (int32) | Yes |
Other responses
| Status | Meaning |
|---|---|
400 | Bad request |
404 | Price not found |
500 | Internal server error |
Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.