eToro · Schema

CashAccountTransaction

Social TradingCopy TradingInvestingMarket DataPortfolio-ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
id string
accountId string
transactionType string
transactionSubtype string
direction string
status string
amount string Decimal amount as string
currency string ISO 4217 alphabetic currency code
originalAmount string
originalCurrency string
conversionRate string
postedAt string
counterparty object
cardTransactionDetails object
bankTransferTransactionDetails object
internalTransferTransactionDetails object
View JSON Schema on GitHub

JSON Schema

CashAccountTransaction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/CashAccountTransaction.json",
  "title": "CashAccountTransaction",
  "type": "object",
  "required": [
    "id",
    "accountId",
    "transactionType",
    "transactionSubtype",
    "direction",
    "status",
    "amount",
    "currency",
    "postedAt"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "transactionType": {
      "type": "string",
      "enum": [
        "card",
        "internalTransfer",
        "bankTransfer",
        "balanceAdjustment"
      ]
    },
    "transactionSubtype": {
      "type": "string",
      "enum": [
        "unknown",
        "cardPayment",
        "contactless",
        "onlinePayment",
        "cashWithdrawal",
        "transferReceived",
        "transfer",
        "paymentReceived",
        "payment",
        "refund",
        "fee",
        "creditBalanceAdjustment",
        "debitBalanceAdjustment",
        "directDebit",
        "cryptoToFiat"
      ]
    },
    "direction": {
      "type": "string",
      "enum": [
        "debit",
        "credit"
      ]
    },
    "status": {
      "type": "string",
      "enum": [
        "failed",
        "authorized",
        "settled",
        "rejected",
        "returned",
        "expired",
        "unknown"
      ]
    },
    "amount": {
      "type": "string",
      "description": "Decimal amount as string"
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 alphabetic currency code"
    },
    "originalAmount": {
      "type": "string",
      "nullable": true
    },
    "originalCurrency": {
      "type": "string",
      "nullable": true
    },
    "conversionRate": {
      "type": "string",
      "nullable": true
    },
    "postedAt": {
      "type": "string",
      "format": "date-time"
    },
    "counterparty": {
      "$ref": "#/components/schemas/Counterparty"
    },
    "cardTransactionDetails": {
      "$ref": "#/components/schemas/CardTransactionDetails",
      "nullable": true
    },
    "bankTransferTransactionDetails": {
      "$ref": "#/components/schemas/BankTransferDetails",
      "nullable": true
    },
    "internalTransferTransactionDetails": {
      "$ref": "#/components/schemas/InternalTransferDetails",
      "nullable": true
    }
  }
}

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/CashAccountTransaction"
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.