eToro · Schema

CuratedListItem

Represents an item in a curated list

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
instrumentId integer ID of the financial instrument
View JSON Schema on GitHub

JSON Schema

CuratedListItem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/CuratedListItem.json",
  "title": "CuratedListItem",
  "type": "object",
  "description": "Represents an item in a curated list",
  "properties": {
    "instrumentId": {
      "type": "integer",
      "format": "int32",
      "description": "ID of the financial instrument",
      "example": 12345
    }
  }
}