eToro · Example Payload

Createrealorder Response 200

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createrealorder 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

createRealOrder-response-200.json Raw ↑
{
  "path": "/api/v2/trading/execution/orders",
  "method": "post",
  "status": "200",
  "type": "response",
  "example": {
    "token": "066faaee-e1e9-49d2-a568-c6e1cc336ad8",
    "orderId": 13902598,
    "referenceId": "1c94300c-90aa-4303-9d00-dec376d74efb"
  }
}