eToro · Example Payload

Updateapricealert Request

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Updateapricealert 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

updateAPriceAlert-request.json Raw ↑
{
  "path": "/api/v1/price-alerts/{alertId}",
  "method": "patch",
  "type": "request",
  "example": {
    "targetPrice": 190.0
  }
}