withdraw
Withdraw from account balance
Initiate a withdrawal from the user's account balance. The USDC is sent on Solana to the solana_address you supply; the destination is never inferred, so the address is required. The withdrawal is created in a pending state and sent within a few minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to withdraw in USD | |
| auth_token | No | Laso credential. Only if the MCP connection has no Authorization header. | |
| solana_address | Yes | Solana wallet address that receives the USDC. Must be a valid base58 Solana address. |