eToro · Schema

ContactsResponse

Account manager contact details

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
manager object Assigned account manager profile
View JSON Schema on GitHub

JSON Schema

ContactsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/ContactsResponse.json",
  "title": "ContactsResponse",
  "type": "object",
  "description": "Account manager contact details",
  "properties": {
    "manager": {
      "nullable": true,
      "description": "Assigned account manager profile",
      "$ref": "#/components/schemas/ContactInfo"
    }
  }
}