v1
latestOpenAPI 3.0.42026-07-262045103.2 KBAssets
Get Enhanced Prices for All Supported Assets
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 endpoint.
Prices are intended for display only. For real-time trading prices, use the 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.
For caching details on this endpoint, please see: Endpoint Caching.
get/v1/assets/all/prices/latest/enhanced
Query parameters
sort'desc' | 'asc'
The sort direction for prices.
Response
OK
Example response
[
{
"symbol": "NFLXon",
"price": "836.26176",
"priceChange24h": "-19.22815",
"priceChangePct24h": "-2.247618560457364132",
"timestamp": 1769125830623
}
]