eToro · Schema

Counterparty

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
name string
type string
View JSON Schema on GitHub

JSON Schema

Counterparty.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/Counterparty.json",
  "title": "Counterparty",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "merchant",
        "bank_account",
        "internal_account",
        "unknown"
      ]
    }
  }
}