Get prices
Gets the index and mark prices of a given perp product.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const productId = 2
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.perp.getPrices(productId);
Last updated