eToro · Schema

CashAccountTransactionsResponse

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Properties

Name Type Description
results array
pagination object
View JSON Schema on GitHub

JSON Schema

CashAccountTransactionsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/CashAccountTransactionsResponse.json",
  "title": "CashAccountTransactionsResponse",
  "type": "object",
  "required": [
    "results",
    "pagination"
  ],
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CashAccountTransaction"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/PaginationCursor"
    }
  }
}