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