eToro · Example Payload

Updateagentportfoliousertokenv2 Response 400

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Updateagentportfoliousertokenv2 Response 400 is an example object payload from eToro, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodstatustypeexample

Example Payload

updateAgentPortfolioUserTokenV2-response-400.json Raw ↑
{
  "path": "/api/v2/agent-portfolios/{agentPortfolioId}/user-tokens/{userTokenId}",
  "method": "patch",
  "status": "400",
  "type": "response",
  "example": {
    "NoChanges": {
      "summary": "No changes provided",
      "value": {
        "errorCode": "NoChangesDetected",
        "errorMessage": "At least one field must be provided"
      }
    }
  }
}