getAllMarket24h
The getAllMarket24h()
method of Nectar
instances returns 24-hour trading information for all markets.
Usage
import { Nectar } from "@wasd3rplay/nectar-sdk";
const nectar = new Nectar();
const quotes = await nectar.getAllMarket24h();
Returns
MarketQuote[]
24-hour trading information for all markets.
Last updated