Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Sub account address, owner of the trading account
Example:
"0x1234567890abcdef..."
Sub account address, owner of the funding account
Example:
"0x1234567890abcdef..."
Amount to withdraw
Required range:
x >= 0Example:
10
Asset address for the vaults, NOT part of the signed request
Example:
"0x9876543210fedcba..."
Unique nonce of the request
Required range:
x >= 0Example:
"123456"
Signature of the request, signed by the owner of the TRADING account
Timestamp of the request creation
Required range:
x >= 0Example:
1759745086
If this is set to true, if the available balance if lower than the amount to withdraw,
the available amount l be withdrawn instead of the requested amount.
Example:
false