---
title: "Get Enhanced Prices for All Supported Assets"
method: GET
path: "/v1/assets/all/prices/latest/enhanced"
tags: ["Assets"]
---

# Get Enhanced Prices for All Supported Assets

`GET /v1/assets/all/prices/latest/enhanced`

This endpoint retrieves the latest prices along with the price change and percentage change in the last 24 hours of open market for all supported assets. Assets can be sorted by price in either ascending or descending order.

For real-time price updates as they occur, rather than repeatedly polling this endpoint, use the [Price Streaming](https://docs.ondo.finance/api-reference/price-streaming) endpoint.

Prices are intended for display only. For real-time trading prices, use the [Soft Attestation Quote](https://docs.ondo.finance/api-reference/attestations/request-a-soft-attestation-quote) API. We do not recommend using the price feeds as an oracle for these assets. An official oracle is in development and will be documented when available. For questions, contact [support@ondo.finance](mailto:support@ondo.finance).

For caching details on this endpoint, please see: [Endpoint Caching](https://docs.ondo.finance/api-reference/endpoint-caching).

## Query parameters

- `sort` 'desc' | 'asc'

## Response `200`

OK

- AssetEnhancedPrice[]
  - `symbol` string, required — The GM symbol of the asset.
  - `price` string, required — The token price, represented as a string-encoded decimal with up to 18 digits after the decimal point.
  - `priceChange24h` string, required — The price change in the last 24 hours of open market.
  - `priceChangePct24h` string, required — The percentage change in price over the last 24 hours of open market.
  - `timestamp` number, required — The Unix timestamp in milliseconds when the data was last updated.

## Other responses

- `400` — One of the request parameters is invalid. Please see the returned message and documentation for details.
- `401` — Missing or invalid API key.
- `429` — The account has exceeded its rate limits. Please see the returned message and documentation for details.
- `500` — An internal server error occurred. Please see the returned message and documentation for details.

---

[API](https://skmtc.net/ondo/apis/gm-backend-api.md) · [All operations](https://skmtc.net/ondo/apis/gm-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ondo/gm-backend-api/revisions/12953a4908b2/schema)
