eToro · Schema

CashAccountContactInfo

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
address string
buildingNumber string
city string
zipCode string
country string
phone string
View JSON Schema on GitHub

JSON Schema

CashAccountContactInfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/CashAccountContactInfo.json",
  "title": "CashAccountContactInfo",
  "type": "object",
  "properties": {
    "address": {
      "type": "string"
    },
    "buildingNumber": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "zipCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    }
  }
}