Historical candlesticks from the indexer, use getLatestMarketPrice for the latest orderbook prices.
Last updated 1 month ago
See API reference for more details.
Makes a call to via the SDK.
import { createVertexClient } from '@vertex-protocol/client'; const vertexClient = await createVertexClient('arbitrumTestnet', ...); const res = await vertexClient.market.getCandlesticks(...);