Gets the estimated max withdrawable amount for a product.
Last updated 1 month ago
See API reference for more details.
Makes a call to via the SDK.
import { createVertexClient } from '@vertex-protocol/client'; const vertexClient = await createVertexClient('arbitrumTestnet', ...); const res = await vertexClient.spot.getMaxWithdrawable(...);