eToro · Schema

EquityDetailsData

Provider-specific balance details, returned only when the request includes expand=equityDetails. All fields are nullable; only fields relevant to the account's provider are populated. Trading accounts populate available/frozenCash/currentPNL/totalUsedMargin; Crypto accounts populate cryptoId, the balance variants, fiatConversionCurrency, and orderIndex.

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
available number Available balance or buying power (Trading, Options, MoneyFarm, Cash).
frozenCash number Cash frozen by the platform pending settlement (Trading).
currentPNL number Current unrealized profit and loss on open positions (Trading).
totalUsedMargin number Total margin used by open positions (Trading).
cryptoId integer eToro internal crypto asset identifier (Crypto).
balance number Balance in native crypto units (Crypto).
totalBalance number Total balance in native crypto units, including pending (Crypto).
spendableBalance number Spendable balance in native crypto units (Crypto).
balanceInFiat number Balance converted to fiat (Crypto).
totalBalanceInFiat number Total balance converted to fiat, including pending (Crypto).
spendableBalanceInFiat number Spendable balance converted to fiat (Crypto).
fiatConversionCurrency string ISO 4217 currency code used for the InFiat values (Crypto).
orderIndex integer Display order index for sorting (Crypto).
View JSON Schema on GitHub

JSON Schema

EquityDetailsData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/EquityDetailsData.json",
  "title": "EquityDetailsData",
  "type": "object",
  "description": "Provider-specific balance details, returned only when the request includes expand=equityDetails. All fields are nullable; only fields relevant to the account's provider are populated. Trading accounts populate available/frozenCash/currentPNL/totalUsedMargin; Crypto accounts populate cryptoId, the balance variants, fiatConversionCurrency, and orderIndex.",
  "properties": {
    "available": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Available balance or buying power (Trading, Options, MoneyFarm, Cash)."
    },
    "frozenCash": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Cash frozen by the platform pending settlement (Trading)."
    },
    "currentPNL": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Current unrealized profit and loss on open positions (Trading)."
    },
    "totalUsedMargin": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Total margin used by open positions (Trading)."
    },
    "cryptoId": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "eToro internal crypto asset identifier (Crypto)."
    },
    "balance": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Balance in native crypto units (Crypto)."
    },
    "totalBalance": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Total balance in native crypto units, including pending (Crypto)."
    },
    "spendableBalance": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Spendable balance in native crypto units (Crypto)."
    },
    "balanceInFiat": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Balance converted to fiat (Crypto)."
    },
    "totalBalanceInFiat": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Total balance converted to fiat, including pending (Crypto)."
    },
    "spendableBalanceInFiat": {
      "type": "number",
      "format": "double",
      "nullable": true,
      "description": "Spendable balance converted to fiat (Crypto)."
    },
    "fiatConversionCurrency": {
      "type": "string",
      "nullable": true,
      "description": "ISO 4217 currency code used for the InFiat values (Crypto)."
    },
    "orderIndex": {
      "type": "integer",
      "format": "int32",
      "nullable": true,
      "description": "Display order index for sorting (Crypto)."
    }
  },
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/EquityDetailsData"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.