eToro · Schema

CashAccountPrerequisite

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
tncInfo object
View JSON Schema on GitHub

JSON Schema

CashAccountPrerequisite.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/CashAccountPrerequisite.json",
  "title": "CashAccountPrerequisite",
  "type": "object",
  "properties": {
    "tncInfo": {
      "$ref": "#/components/schemas/TncInfo"
    }
  }
}