Authorizations
Body
application/json
Details of the withdrawal, including the token address and the amount to be withdrawn.
The wallet address of the user making the withdrawal.
The address of the token being withdrawn.
The amount of tokens to withdraw, specified in the smallest unit (e.g., lamports for SOL). Can be provided as a string or a number
Unix timestamp (in milliseconds) representing the time of the request. Can be provided as a string or a number
An additional amount of SOL (in lamports) used to support the withdrawal, typically for ATA creation. Can be provided as a string or a number
A digital signature of 'withdraw:{token_address}:{amount}{additional_sol}:{timestamp}', signed by the user's wallet.