eToro · Schema

AggregatedPortfolioMirrorAggregate

Aggregated data for a single copy-trading relationship.

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
mirrorId integer Mirror identifier. A value of 0 represents manually held positions.
mirrorAvailableCash number Cash available within this mirror for new copy positions.
mirrorDepositTotal number Total amount ever deposited into this mirror: initialInvestment + depositSummary.
mirrorWithdrawalTotal number Total amount ever withdrawn from this mirror.
mirrorStopLossPercentage number Stop-loss threshold as a percentage of the mirror's current value.
mirrorStopLoss number Stop-loss threshold in account currency. The mirror liquidates when its value falls to this level.
mirrorClosedPositionsPnl number Accumulated net profit from all closed positions within this mirror.
mirrorTotals object
instrumentAggregates array Positions held within this copy-trading mirror, grouped by instrument.
View JSON Schema on GitHub

JSON Schema

AggregatedPortfolioMirrorAggregate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/AggregatedPortfolioMirrorAggregate.json",
  "title": "AggregatedPortfolioMirrorAggregate",
  "type": "object",
  "description": "Aggregated data for a single copy-trading relationship.",
  "properties": {
    "mirrorId": {
      "type": "integer",
      "format": "int32",
      "description": "Mirror identifier. A value of 0 represents manually held positions."
    },
    "mirrorAvailableCash": {
      "type": "number",
      "format": "double",
      "description": "Cash available within this mirror for new copy positions."
    },
    "mirrorDepositTotal": {
      "type": "number",
      "format": "double",
      "description": "Total amount ever deposited into this mirror: initialInvestment + depositSummary."
    },
    "mirrorWithdrawalTotal": {
      "type": "number",
      "format": "double",
      "description": "Total amount ever withdrawn from this mirror."
    },
    "mirrorStopLossPercentage": {
      "type": "number",
      "format": "double",
      "description": "Stop-loss threshold as a percentage of the mirror's current value."
    },
    "mirrorStopLoss": {
      "type": "number",
      "format": "double",
      "description": "Stop-loss threshold in account currency. The mirror liquidates when its value falls to this level."
    },
    "mirrorClosedPositionsPnl": {
      "type": "number",
      "format": "double",
      "description": "Accumulated net profit from all closed positions within this mirror."
    },
    "mirrorTotals": {
      "$ref": "#/components/schemas/AggregatedPortfolioMirrorTotals"
    },
    "instrumentAggregates": {
      "type": "array",
      "description": "Positions held within this copy-trading mirror, grouped by instrument.",
      "items": {
        "$ref": "#/components/schemas/AggregatedPortfolioInstrumentAggregate"
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/AggregatedPortfolioMirrorAggregate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.