eToro · Example Payload

Cancelcloseorder Response 200

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Cancelcloseorder 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

cancelCloseOrder-response-200.json Raw ↑
{
  "path": "/api/v1/trading/execution/market-close-orders/{orderId}",
  "method": "delete",
  "status": "200",
  "type": "response",
  "example": {
    "token": "7f1da128-f516-4710-8474-915566c4b22e"
  }
}