eToro · Schema

getUserGainResponse

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
monthly array
yearly array
View JSON Schema on GitHub

JSON Schema

getUserGainResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/getUserGainResponse.json",
  "title": "getUserGainResponse",
  "type": "object",
  "properties": {
    "monthly": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/gainEntry"
      }
    },
    "yearly": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/gainEntry"
      }
    }
  }
}