eToro · Example Payload

Getcashaccountbyid Response 404

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Getcashaccountbyid Response 404 is an example object payload from eToro, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodstatustypeexample

Example Payload

getCashAccountById-response-404.json Raw ↑
{
  "path": "/api/v1/money/accounts/cash/{accountId}",
  "method": "get",
  "status": "404",
  "type": "response",
  "example": {
    "errorCode": "AccountNotFound",
    "errorMessage": "Account not found"
  }
}