Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 699 Bytes

HTTP_API.md

File metadata and controls

21 lines (14 loc) · 699 Bytes

Redstone HTTP Api

Redstone HTTP Api is accessible at https://api.redstone.finance/prices.

It allows to fetch financial data from Redstone data ecosystem.

Usage

Using curl

⦿ Fetch latest price for a single currency

curl "https://api.redstone.finance/prices/?symbol=ETH&provider=redstone&limit=1"

💡 Note: You can replace symbol query param with a currency symbol of any supported token

⦿ Fetch latest price for several currencies

curl "https://api.redstone.finance/prices/?symbols=ETH,BTC,AR,EUR,CHF,BNB&provider=redstone"