Withdraw funds
Pull collateral back out with the single-call withdraw flow.
1. Build the withdrawal
curl -X POST $FLASH_API_URL/transaction-builder/withdraw -d '{
"owner": "<WALLET>", "tokenSymbol": "USDC", "amount": "12.5", "feePayer": "<FEE_PAYER>"
}'2. Handle the response
curl -X POST $FLASH_API_URL/transaction-builder/custody-settlement -d '{ "owner": "<WALLET>", "tokenSymbol": "USDC" }'
3. Submit and wait
Last updated
Was this helpful?

