eToro · Example Payload

Createapricealert Response 201

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createapricealert Response 201 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-201.json Raw ↑
{
  "path": "/api/v1/price-alerts",
  "method": "post",
  "status": "201",
  "type": "response",
  "example": {
    "success": true,
    "data": {
      "alertId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "instrumentId": 1001,
      "symbol": "AAPL",
      "targetPrice": 185.5,
      "currentPrice": 182.3,
      "createdAt": "2026-04-30T10:00:00Z",
      "updatedAt": "2026-04-30T10:00:00Z"
    }
  }
}