Skip to main content
POST
SDK Alternative: Use agent.deactivate() for a simpler TypeScript interface. See SDK docs

Description

Deactivates the agent for a specific wallet. This stops automatic rebalancing and optionally transfers remaining funds to the origin wallet.

Path Parameters

chain_id
integer
required
The blockchain chain ID
wallet
string
required
The wallet address

Query Parameters

transfer
boolean
default:"false"
Whether to transfer remaining balance to the origin wallet

Response

Returns 201 Created on success.