eToro · Example Payload

Getcashaccounteligibility Response 200

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Getcashaccounteligibility 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

getCashAccountEligibility-response-200.json Raw ↑
{
  "path": "/api/v1/money/accounts/cash/eligibility",
  "method": "get",
  "status": "200",
  "type": "response",
  "example": {
    "eligibilityStatus": "CardAndIbanEligible",
    "ineligibilityReasons": [],
    "prerequisite": {
      "tncInfo": {
        "tncDocId": 42,
        "url": "https://example.com/tnc"
      }
    },
    "contactInfo": {
      "address": "10 High Street",
      "buildingNumber": "10",
      "city": "London",
      "zipCode": "EC1A 1BB",
      "country": "GB",
      "phone": "+441234567890"
    },
    "userInfo": {
      "firstName": "John",
      "middleName": null,
      "lastName": "Doe"
    }
  }
}