eToro · Schema

PublicAggregatedInfoResponse

Container for the aggregated user information response

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
users array Array of user profiles with their associated information
View JSON Schema on GitHub

JSON Schema

PublicAggregatedInfoResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/PublicAggregatedInfoResponse.json",
  "title": "PublicAggregatedInfoResponse",
  "type": "object",
  "description": "Container for the aggregated user information response",
  "properties": {
    "users": {
      "type": "array",
      "description": "Array of user profiles with their associated information",
      "items": {
        "$ref": "#/components/schemas/PublicAggregatedInfoUser"
      }
    }
  }
}