eToro · Example Payload

Getcashaccountbyid Response 429

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Getcashaccountbyid Response 429 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

getCashAccountById-response-429.json Raw ↑
{
  "path": "/api/v1/money/accounts/cash/{accountId}",
  "method": "get",
  "status": "429",
  "type": "response",
  "example": {
    "errorCode": "TooManyRequests",
    "errorMessage": "Too many requests"
  }
}