Agents
Update Protocols
Update the selected protocols for a wallet
PUT
SDK Alternative: Use
agent.updateProtocols(protocols) for a simpler TypeScript interface. See SDK docsDescription
Updates the list of protocols that the agent can use for optimization. The agent will rebalance according to the new protocol selection.Path Parameters
The blockchain chain ID
The wallet address
Request Body
The request body should be a JSON array of protocol names:Response
Returns204 No Content on success.