eToro · Schema

PriceAlertCollectionResponse

Collection of price alerts for the authenticated user

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
results array List of price alerts matching the query criteria
View JSON Schema on GitHub

JSON Schema

PriceAlertCollectionResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/PriceAlertCollectionResponse.json",
  "title": "PriceAlertCollectionResponse",
  "type": "object",
  "description": "Collection of price alerts for the authenticated user",
  "properties": {
    "results": {
      "type": "array",
      "description": "List of price alerts matching the query criteria",
      "items": {
        "$ref": "#/components/schemas/PriceAlert"
      }
    }
  }
}