Example Oracle Programs
Browse from a library of example oracle programs templates for a range of use cases.
This Oracle Program gets the price of a price pair using the Blocksize API and returns the price in a format compatible with EVM smart contracts. The API is behind a Data Proxy.
Receives the latest volume weighted average price for one pair from the Blocksize API behind a Data Proxy.
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.
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.
This Oracle Program gets the price of a commodity, equity, or forex pair by hitting the dxFeed API depending on the provided inputs. The API is behind a Data Proxy.
This Oracle Program gets the price of a specified Solana token in USD by leveraging the Jupiter Lite API and returns the raw price as a string. This program handles one token at a time.
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.
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.
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.
A way to get the price of an equity using the dxFeed API behind a Data Proxy.
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
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.
This Oracle Program gets the price of specified assets in by leveraging the Nobi 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?