eToro · Schema

CashAccount

A single cash account with bank details and cards (account type is implied by the cash-accounts API surface)

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
id string Unique identifier of the cash account
currency string ISO 4217 currency code (e.g. GBP, EUR, AUD, DKK)
status string Cash account status
bankAccount object Bank account linked to this cash account
cards array Payment cards linked to this cash account
View JSON Schema on GitHub

JSON Schema

CashAccount.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/CashAccount.json",
  "title": "CashAccount",
  "type": "object",
  "description": "A single cash account with bank details and cards (account type is implied by the cash-accounts API surface)",
  "required": [
    "id",
    "currency"
  ],
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier of the cash account",
      "example": "b2c3d4e5-f6a7-8901-bcde-f12345678901"
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code (e.g. GBP, EUR, AUD, DKK)",
      "example": "GBP"
    },
    "status": {
      "type": "string",
      "description": "Cash account status",
      "enum": [
        "Active",
        "ReceiveOnly",
        "SpendOnly",
        "Suspended",
        "Blocked"
      ],
      "example": "Active"
    },
    "bankAccount": {
      "$ref": "#/components/schemas/BankAccount",
      "description": "Bank account linked to this cash account"
    },
    "cards": {
      "type": "array",
      "description": "Payment cards linked to this cash account",
      "items": {
        "$ref": "#/components/schemas/Card"
      }
    }
  }
}

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/CashAccount"
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 email required.

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