Agents
Update Protocols
Update the selected protocols for a wallet
PUT
Documentation Index
Fetch the complete documentation index at: https://docs.gizatech.xyz/llms.txt
Use this file to discover all available pages before exploring further.
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.