Burn LP
Burns LP tokens through the engine.
Makes a call to REST API > Executes > Burn LP via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.market.burnLp(...);
Last updated