eToro · Schema

InAppNotificationsResult

Response containing notifications and metadata

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
messages array List of notification messages
meta object
View JSON Schema on GitHub

JSON Schema

InAppNotificationsResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/InAppNotificationsResult.json",
  "title": "InAppNotificationsResult",
  "type": "object",
  "description": "Response containing notifications and metadata",
  "properties": {
    "messages": {
      "type": "array",
      "description": "List of notification messages",
      "items": {
        "$ref": "#/components/schemas/InAppNotificationMessage"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/InAppNotificationsMetadata"
    }
  }
}