eToro · Schema

PriceAlertMutationResponse

Response for price alert create and update operations

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
success boolean Indicates the operation completed successfully
data object
View JSON Schema on GitHub

JSON Schema

PriceAlertMutationResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/PriceAlertMutationResponse.json",
  "title": "PriceAlertMutationResponse",
  "type": "object",
  "description": "Response for price alert create and update operations",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Indicates the operation completed successfully",
      "example": true
    },
    "data": {
      "$ref": "#/components/schemas/PriceAlert"
    }
  }
}