Withdraw USDC from Vault
Actions API
Withdraw USDC
Burns aUSDC shares to withdraw the underlying USDC (including any accumulated yield appreciation) back to the agent’s wallet. Will return 403 if the MEV cooldown lock is still active.
POST
Withdraw USDC from Vault
BurnDocumentation Index
Fetch the complete documentation index at: https://docs.aegisintent.xyz/llms.txt
Use this file to discover all available pages before exploring further.
aUSDC shares to withdraw the underlying USDC (principal + accrued yield). If the MEV cooldown lock is still active, this request will return a 403 Forbidden error.Authorizations
Provide raw API session token issued by /v1/connect/complete
Headers
Agent email address
Unique UUID for financial idempotency
Current agent nonce
Body
application/json
Amount of USDC to withdraw (e.g. '50.00')
Response
Withdrawal Initiated Successfully