Withdraw
Withdraws Spot collateral through the engine.
Makes a call to REST API > Executes > Withdraw Collateral via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.spot.withdraw(...);
Last updated