eToro · Schema

PublicAggregatedInfoUiUserAvatar

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
url string
width integer
height integer
type string Type of avatar image
View JSON Schema on GitHub

JSON Schema

PublicAggregatedInfoUiUserAvatar.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/PublicAggregatedInfoUiUserAvatar.json",
  "title": "PublicAggregatedInfoUiUserAvatar",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    },
    "type": {
      "type": "string",
      "enum": [
        "Original",
        "OriginalCropped",
        "Resized",
        "Retouched"
      ],
      "description": "Type of avatar image"
    }
  }
}