eToro · Example Payload

Createcashaccount Response 409

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createcashaccount Response 409 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-409.json Raw ↑
{
  "path": "/api/v1/money/accounts/cash",
  "method": "post",
  "status": "409",
  "type": "response",
  "example": {
    "errorCode": "DuplicateRequestReferenceId",
    "errorMessage": "A request with this requestReferenceId already exists"
  }
}