eToro · Example Payload

Createagentportfoliov2 Response 429

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createagentportfoliov2 Response 429 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-429.json Raw ↑
{
  "path": "/api/v2/agent-portfolios",
  "method": "post",
  "status": "429",
  "type": "response",
  "example": {
    "errorCode": "TooManyRequests",
    "errorMessage": "Too many requests"
  }
}