eToro · Example Payload

Openmarketpositionbyamountdemo Response 200

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Openmarketpositionbyamountdemo 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

openMarketPositionByAmountDemo-response-200.json Raw ↑
{
  "path": "/api/v1/trading/execution/demo/market-open-orders/by-amount",
  "method": "post",
  "status": "200",
  "type": "response",
  "example": {
    "orderForOpen": {
      "instrumentID": 100000,
      "amount": 150,
      "isBuy": true,
      "leverage": 1,
      "stopLossRate": 0,
      "takeProfitRate": 0,
      "isTslEnabled": false,
      "mirrorID": 0,
      "totalExternalCosts": 0,
      "orderID": 13902598,
      "orderType": 17,
      "statusID": 1,
      "CID": 7765437,
      "openDateTime": "2025-04-02T15:47:15.9370502Z",
      "lastUpdate": "2025-04-02T15:47:15.9370502Z"
    },
    "token": "066faaee-e1e9-49d2-a568-c6e1cc336ad8"
  }
}