eToro · Example Payload

Deleteapricealert Response 200

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Deleteapricealert Response 200 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

deleteAPriceAlert-response-200.json Raw ↑
{
  "path": "/api/v1/price-alerts/{alertId}",
  "method": "delete",
  "status": "200",
  "type": "response",
  "example": {
    "success": true,
    "data": {
      "alertId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    }
  }
}