npm install redstone-api
const redstone = require("redstone-api");
// Prints the latest price for AR token in USD
redstone.getPrice("AR").then((price) => {
console.log(price.value);
});
Explore redstone api
npm install redstone-api
const redstone = require("redstone-api");
// Prints the latest price for AR token in USD
redstone.getPrice("AR").then((price) => {
console.log(price.value);
});
Explore redstone api