eToro · Schema

PublicAggregatedInfoPlayerStatus

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs
View JSON Schema on GitHub

JSON Schema

PublicAggregatedInfoPlayerStatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/PublicAggregatedInfoPlayerStatus.json",
  "title": "PublicAggregatedInfoPlayerStatus",
  "type": "integer",
  "enum": [
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8,
    9,
    10,
    11,
    12,
    13,
    14,
    15
  ],
  "x-enumNames": [
    "Normal",
    "Blocked",
    "ChatBlocked",
    "BlockedUponRequest",
    "Warning",
    "BlockedUnderInvestigation",
    "ScalpersBlock",
    "BlockedPayPalInvestigation",
    "TradeBlock",
    "DepositBlocked",
    "SocialIndex",
    "CopyBlock",
    "PendingVerification",
    "BlockedFailedVerification",
    "BlockTrading"
  ],
  "nullable": true
}