eToro · Example Payload

Createagentportfoliov2 Response 400

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createagentportfoliov2 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

createAgentPortfolioV2-response-400.json Raw ↑
{
  "path": "/api/v2/agent-portfolios",
  "method": "post",
  "status": "400",
  "type": "response",
  "example": {
    "ScopeNameNotAllowed": {
      "summary": "Scope name not allowed",
      "value": {
        "errorCode": "ScopeNameNotAllowed",
        "errorMessage": "Scope name not allowed"
      }
    },
    "NameTooShort": {
      "summary": "Agent-portfolio name too short",
      "value": {
        "errorCode": "ValidationFailed",
        "errorMessage": "Agent-portfolio name must be between 6 and 10 characters"
      }
    }
  }
}