Get Max Withdrawable
Gets the estimated max withdrawable amount for a product.
Makes a call to REST API > Queries > Max Withdrawable via the SDK.
Usage
import { createVertexClient } from '@vertex-protocol/client';
const vertexClient = await createVertexClient('arbitrumTestnet', ...);
const res = await vertexClient.spot.getMaxWithdrawable(...);
Last updated