Get Funding Rate

Retrieves the latest funding rate for perp products

See getFundingRate API reference for more details.

Makes a call to Indexer API > Funding Rate via the SDK.

Usage

import { createVertexClient } from '@vertex-protocol/client';

const vertexClient = await createVertexClient('testnet', ...);
const res = await vertexClient.market.getFundingRate(...);

Last updated