eToro · Example Payload

Getinstrumenteligibilitydeprecated Request

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Getinstrumenteligibilitydeprecated 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

getInstrumentEligibilityDeprecated-request.json Raw ↑
{
  "path": "/api/v1/trading/info/eligibility",
  "method": "post",
  "type": "request",
  "example": {
    "instrumentIds": [
      1001
    ],
    "symbols": [
      "AAPL"
    ],
    "currency": "USD"
  }
}