Wallets
Withdraw funds from a smart wallet
post/wallets/{address}:withdraw
Request body
Example request
{
"recipientAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"chainId": 11155111
}Response
Withdrawal submitted (UserOp may still be in flight).
Example response
{
"smartWalletAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
"recipientAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB"
}