Integrations
const oracle = new Oracle("https://oracle-provider.com/api");
const price = await oracle.getPrice("BTC/USD");
await contract.setPrice(price);Last updated
const oracle = new Oracle("https://oracle-provider.com/api");
const price = await oracle.getPrice("BTC/USD");
await contract.setPrice(price);Last updated