curl -X PUT "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/8453/wallets/0x.../protocols" \ -H "Content-Type: application/json" \ -H "X-Partner-API-Key: your-api-key" \ -H "X-Partner-Name: your-partner-name" \ -d '["aave", "compound", "moonwell", "fluid"]'
(empty response body)
Update the selected protocols for a wallet
giza.agent.updateProtocols()
["aave", "compound", "moonwell", "fluid"]
204 No Content