Burn LP

Burns LP tokens through the engine.

See burnLp API reference for more details.

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

Usage

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

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

Last updated