Home
eToro
Getinstrumenteligibilitydemodeprecated Response 200
Getinstrumenteligibilitydemodeprecated Response 200
Social Trading Copy Trading Investing Market Data Portfolio Management Fintech Trading Stocks Cryptocurrency ETFs
Getinstrumenteligibilitydemodeprecated 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
path method status type example
Example Payload
{
"path": "/api/v1/trading/info/demo/eligibility",
"method": "post",
"status": "200",
"type": "response",
"example": {
"currency": "USD",
"eligibilities": [
{
"instrumentId": 1001,
"symbol": "AAPL",
"minPositionExposure": 50.0,
"maxUnitsPerOrder": 10000.0,
"allowOpenPosition": true,
"allowClosePosition": true,
"allowPartialClosePosition": true,
"allowMitOrders": true,
"allowEntryOrders": false,
"allowExitOrders": false,
"allowTrailingStopLoss": true,
"requiresW8Ben": null,
"unitsQuantityType": "FractionalUnits",
"orderFillBehaviorType": "BestEffort",
"allowedOrderQuantityType": "Both",
"tradeUnitType": "Units",
"initialMarginInAssetCurrency": null,
"stopLossMarginInAssetCurrency": null,
"additionalBufferPercent": null,
"leverageConfigs": [
{
"settlementType": "CFD",
"direction": "LONG",
"leverageValues": [
1,
2,
5
],
"isPotential": false,
"minPositionAmount": 50.0,
"allowEditStopLoss": true,
"minStopLossPercentage": 5.0,
"maxStopLossPercentage": 50.0,
"defaultStopLossPercentage": 50.0,
"allowEditTakeProfit": true,
"minTakeProfitPercentage": 5.0,
"maxTakeProfitPercentage": 1000.0,
"defaultTakeProfitPercentage": 1000.0,
"allowStopLossTakeProfit": true
}
]
}
],
"notFoundInstrumentIds": [],
"notFoundSymbols": []
}
}