Get Max Withdrawable

Gets the estimated max withdrawable amount for a product.

See getMaxWithdrawable API reference for more details.

Makes a call to REST API > Queries > Max Withdrawable via the SDK.

Usage

import { createVertexClient } from '@vertex-protocol/client';

const vertexClient = await createVertexClient('testnet', ...);
const res = await vertexClient.spot.getMaxWithdrawable(...);

Last updated