Skip to main content
GET
/
prices
/
evm
Get Latest Prices for EVM-Compatible Chains
curl --request GET \
  --url https://oracle-staging.chaoslabs.co/prices/evm \
  --header 'Authorization: <api-key>'
{
  "prices": [
    {
      "feedId": "<string>",
      "price": 123,
      "ts": 123,
      "expo": 123,
      "signature": "<string>",
      "recoveryId": 123,
      "roundId": 123,
      "bid": 123,
      "ask": 123
    }
  ]
}
Learn how to handle EVM-signed price data in the EVM Integration Guide.

Authorizations

Authorization
string
header
required

Query Parameters

feedIds
string
required

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

Response

A list of prices for EVM-compatible chains, each with signature, recoveryId, roundId, bid, and ask.

prices
object[]
required
I