eToro · Example Payload

Getcashaccountcreationstatus Response 200

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Getcashaccountcreationstatus Response 200 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

getCashAccountCreationStatus-response-200.json Raw ↑
{
  "path": "/api/v1/money/accounts/cash/status",
  "method": "get",
  "status": "200",
  "type": "response",
  "example": {
    "requestReferenceId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "status": "Pending",
    "updatedAt": "2026-05-13T10:00:00Z",
    "account": null
  }
}