Skip to main content
GET
/
prices
/
{feedId}
/
latest
Get the Latest Price for a Specific Feed
curl --request GET \
  --url https://oracle-staging.chaoslabs.co/prices/{feedId}/latest \
  --header 'Authorization: <api-key>'
{
  "feedId": "BTCUSD",
  "price": 11838212000000,
  "ts": 1753354298,
  "expo": -8,
  "signature": "042d94c1a7afc22b9ba2c6ad5d04299ea683cdfd779c86071866a18657fa8a814cb4ef5f9e351aa61d8cd3b85ba019c8b199d9bdf08d454190f05811e5edc5cc",
  "recoveryId": 1
}
Learn how to use EVM push API price signatures in the EVM Integration Guide.

Authorizations

Authorization
string
header
required

Path Parameters

feedId
string
required

The ID of the feed to fetch the latest price for.

Response

The latest price for the specified feed.

The response is of type any.

I