Get Funding Rate
Retrieves the latest funding rate for perp products
Makes a call to Indexer API > Funding Rate via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.market.getFundingRate(...);
Last updated