cURL
curl --request GET \ --url https://oracle-staging.chaoslabs.co/prices/evm/crypto \ --header 'Authorization: <api-key>'
{ "prices": [ { "feedId": "<string>", "price": 123, "ts": 123, "expo": 123, "signature": "<string>" } ] }
Fetches the latest prices for feeds on EVM-compatible chains.
A comma-separated list of feed IDs to fetch prices for.
A list of prices for EVM-compatible chains, each with signature, recoveryId, roundId, bid, and ask.
Show child attributes