eToro · Schema

InAppNotificationsMetadata

Metadata about the notifications result

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
notSeen integer Count of unseen notifications
View JSON Schema on GitHub

JSON Schema

InAppNotificationsMetadata.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/InAppNotificationsMetadata.json",
  "title": "InAppNotificationsMetadata",
  "type": "object",
  "description": "Metadata about the notifications result",
  "properties": {
    "notSeen": {
      "type": "integer",
      "format": "int32",
      "description": "Count of unseen notifications",
      "example": 5
    }
  }
}