eToro · Example Payload

Createapricealert Response 422

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createapricealert Response 422 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

createAPriceAlert-response-422.json Raw ↑
{
  "path": "/api/v1/price-alerts",
  "method": "post",
  "status": "422",
  "type": "response",
  "example": {
    "success": false,
    "error": {
      "code": "MAX_ALERTS_EXCEEDED",
      "message": "Maximum number of alerts reached",
      "details": "You have reached the maximum number of active price alerts"
    }
  }
}