ℹ️Example Oracle Programs
Choose from a library of example oracle programs.
Private Equity - Caplight
This Oracle Program fetches the latest market data returned from the Caplight API and returns the price in a format compatible with EVM smart contracts. It takes a singular ID of a company and then calculates the median among those. The API is behind a Data Proxy.
EVM Price Feed
This Oracle Program fetches cryptocurrency prices from Binance API and returns them in a format compatible with EVM smart contracts. It supports multiple trading pairs and calculates median prices across multiple oracle nodes for consensus.
Multi-Price Feed
This Oracle Program fetches the latest price pair data from several APIs (Binance, MEXC, OKX) and takes the median of them, posting the result in a format compatible with EVM smart contracts.
Simple Commodity Price - dxFeed
This Oracle Program gets the price of commodities in USD using the dxFeed API and returns the price in a format compatible with EVM smart contracts. The API is behind a Data Proxy.
Simple Equity Price - dxFeed
This Oracle Program gets the price of an equity in USD using the dxFeed API and returns the price in a format compatible with EVM smart contracts. The API is behind a Data Proxy.
Simple Price Feed
This Oracle Program gets the price of specified crypto assets in USD by leveraging the Coingecko API and returns the price in a format compatible with EVM smart contracts. The API is behind a Data Proxy.
Last updated
Was this helpful?