Mint LP

Mints LP tokens through the engine.

See mintLp API reference for more details.

Makes a call to REST API > Executes > Mint LP via the SDK.

Usage

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

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

Last updated