eToro · Example Payload

Getcashaccounts Response 401

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Getcashaccounts Response 401 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-401.json Raw ↑
{
  "path": "/api/v1/money/accounts/cash",
  "method": "get",
  "status": "401",
  "type": "response",
  "example": {
    "errorCode": "Unauthorized",
    "errorMessage": "Unauthorized"
  }
}