cURL
curl --request GET \ --url https://oracle-staging.chaoslabs.co/prices/batch \ --header 'Authorization: <api-key>'
{ "prices": [ { "feedId": 123, "price": 123, "expo": 123, "ts": 123 } ], "signature": "<string>", "recoveryId": 123 }
Fetches the latest prices for a large number of feeds in a single request.
A comma-separated list of feed IDs to fetch prices for.
A list of prices for the requested feeds with signature.
Show child attributes
Cryptographic signature for the batch.
Recovery ID associated with the signature.