eToro · Schema

gainEntry

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

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

JSON Schema

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