Get Latest Market Price
Retrieves the latest off-chain orderbook price from the engine.
Makes a call to REST API > Queries > Market Price via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.market.getLatestMarketPrice(...);
Last updated