eToro · Example Payload

Createcashaccount Request

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

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

Top-level fields

pathmethodtypeexample

Example Payload

createCashAccount-request.json Raw ↑
{
  "path": "/api/v1/money/accounts/cash",
  "method": "post",
  "type": "request",
  "example": {
    "requestReferenceId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "tncDocId": 42
  }
}