Skip to main content
GET
/
prices
Get Latest Prices for All Feeds
curl --request GET \
  --url https://oracle-staging.chaoslabs.co/prices \
  --header 'Authorization: <api-key>'
{
  "prices": [
    {
      "feedId": "BTCUSD",
      "price": 11844192392238,
      "ts": 1753354607,
      "expo": -8,
      "signature": "f67cf0632ab0c7588ffc4ed775e4c47adc9a5e0ba5706aeea33031451d51e4485777692230cfd16462dda956aeb9b84230aa11d3bfcfcdba5222f6602ebe4c01",
      "recoveryId": 0
    }
  ]
}
Learn how to handle latest or historical price data for Solana in the SVM Integration Guide.

Authorizations

Authorization
string
header
required

Query Parameters

feedIds
string
required

A comma-separated list of feed IDs to fetch prices for.

fromTimestamp
integer

Return only prices updated at or after this timestamp (seconds since epoch).

Response

A list of all available prices, keyed by 'prices'.

prices
object[]
required
I