eToro · Example Payload

Getcashaccounts Response 500

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Getcashaccounts Response 500 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

getCashAccounts-response-500.json Raw ↑
{
  "path": "/api/v1/money/accounts/cash",
  "method": "get",
  "status": "500",
  "type": "response",
  "example": {
    "errorCode": "GeneralError",
    "errorMessage": "Internal server error. Please retry or contact support"
  }
}