Returns the transaction steps required to withdraw C0 yield tokens back to a stablecoin (USDC or USDT). Steps may include an approval and the swap. The caller signs and submits each step’s transaction on-chain.
API key for authentication. Pass your key in the x-api-key header.
Blockchain chain ID
Stablecoin to deposit or receive
USDC, USDT Amount as a decimal string (e.g. "1000.50")
"1000.50"
Source wallet address
^0x[a-fA-F0-9]{40}$Recipient wallet address
^0x[a-fA-F0-9]{40}$