eToro · Schema

ScopeNameItem

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
name string The permission scope name.
View JSON Schema on GitHub

JSON Schema

ScopeNameItem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/ScopeNameItem.json",
  "title": "ScopeNameItem",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The permission scope name.",
      "example": "etoro-public:trade.real:read"
    }
  }
}