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.
import { createVertexClient } from '@vertex-protocol/client'; const vertexClient = await createVertexClient('arbitrumTestnet', ...); const res = await vertexClient.market.burnLp(...);
Last updated 1 month ago