eToro · Example Payload

Createapricealert Request

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createapricealert Request is an example object payload from eToro, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodtypeexample

Example Payload

createAPriceAlert-request.json Raw ↑
{
  "path": "/api/v1/price-alerts",
  "method": "post",
  "type": "request",
  "example": {
    "symbol": "AAPL",
    "targetPrice": 185.5
  }
}