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