eToro · Schema

GainPoint

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
date string
gain number
View JSON Schema on GitHub

JSON Schema

GainPoint.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/GainPoint.json",
  "title": "GainPoint",
  "type": "object",
  "required": [
    "date",
    "gain"
  ],
  "properties": {
    "date": {
      "type": "string",
      "format": "date"
    },
    "gain": {
      "type": "number"
    }
  }
}