eToro · Example Payload

Createagentportfolio Response 400

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createagentportfolio 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

createAgentPortfolio-response-400.json Raw ↑
{
  "path": "/api/v1/agent-portfolios",
  "method": "post",
  "status": "400",
  "type": "response",
  "example": {
    "NameTooShort": {
      "summary": "Agent-portfolio name too short",
      "value": {
        "errorCode": "ValidationFailed",
        "errorMessage": "Agent-portfolio name must be between 6 and 10 characters"
      }
    },
    "InvestmentBelowMinimum": {
      "summary": "Investment amount below minimum",
      "value": {
        "errorCode": "ValidationFailed",
        "errorMessage": "Investment amount is below the minimum threshold"
      }
    }
  }
}