SupraOracles Price Feeds
What is SupraOracles?
How to use SupraOracles' Price Feeds
Step 1: Create The S-Value Interface
interface ISupraSValueFeed {
function checkPrice(string memory marketPair) external view returns (int256 price, uint256 timestamp);
}Step 2: Configure The S-Value Feed Address
Step 3: Get The S-Value Crypto Price
Extra: S-Value Feeds with ethers.js
Going Further with SupraOracles
Connect with us!
Last updated