eToro · Example Payload

Createcashaccount Response 422

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createcashaccount Response 422 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

createCashAccount-response-422.json Raw ↑
{
  "path": "/api/v1/money/accounts/cash",
  "method": "post",
  "status": "422",
  "type": "response",
  "example": {
    "errorCode": "NotEligibleForCashAccountCreation",
    "errorMessage": "User is not eligible to create a cash account"
  }
}