Agents
Deactivate Wallet
Deactivate an agent and optionally withdraw funds
POST
SDK Alternative: Use
agent.deactivate() for a simpler TypeScript interface. See SDK docsDescription
Deactivates the agent for a specific wallet. This stops automatic rebalancing and optionally transfers remaining funds to the origin wallet.Path Parameters
integer
required
The blockchain chain ID
string
required
The wallet address
Query Parameters
boolean
default:"false"
Whether to transfer remaining balance to the origin wallet
Response
Returns201 Created on success.