Agents
Withdraw
Execute a partial withdrawal from a wallet
POST
SDK Alternative: Use
agent.withdraw(amount?) for a simpler TypeScript interface. See SDK docsDescription
Executes a partial withdrawal from a wallet. The agent remains active after a partial withdrawal. For full withdrawal (deactivation), use the Deactivate Wallet endpoint.Path Parameters
integer
required
The blockchain chain ID
string
required
The wallet address
Request Body
integer
required
Amount to withdraw in smallest token units (e.g., 1000000 = 1 USDC)
Response
string
Withdrawal date
number
Total withdrawn value
number
Total withdrawn value in USD
array
Breakdown of withdrawn tokens