nearPrice

This is a work in progress, please reach out to us on Telegram for support. For the most reliable data, reference our existing graphql docs.

Returns near price in usd.

nearPrice()

This is an example of a data api method.

Example:

nearPrice.ts
import { nearPrice } from "@mintbase-js/data";

const { data } = await nearPrice();


console.log(data); // => "1.49000"

Last updated