Max Withdrawable
Gets the max amount withdrawable possible of a given spot product for a subaccount.
Rate limits
480 requests/min or 80 requests every 10 seconds per IP address. (weight = 5)
See more details in API Rate limits
Request
Request Parameters
Parameter
Type
Required
Description
sender
string
Yes
A bytes32
sent as a hex string; includes the address and the subaccount identifier.
product_id
number
Yes
Id of spot / perp product for which to retrieve max withdrawable amount.
spot_leverage
string
No
Boolean sent as a string. Indicates whether leverage should be used; when set to false
, returns the max withdrawable amount possible without borrow. Defaults to true
Response
Last updated