DEGIRO · Schema

DEGIRO Order

Represents a trading order on the DEGIRO platform, covering creation of LIMIT, MARKET, STOP_LOSS, and STOP_LOSS_LIMIT order types.

TradingBrokerageStocksETFsPortfolioMarket DataFinance

Properties

Name Type Description
buySell string Direction of the order
orderType integer Numeric code for the order type: 0=LIMIT, 2=MARKET, 3=STOP_LOSS, 1=STOP_LOSS_LIMIT
price number Limit price for LIMIT and STOP_LOSS_LIMIT orders
stopPrice number Trigger price for STOP_LOSS and STOP_LOSS_LIMIT orders
productId integer DEGIRO product identifier for the instrument to be traded
size number Quantity of the instrument to buy or sell
timeType integer Time-in-force: 1=Day order, 3=Good-till-cancelled
View JSON Schema on GitHub

JSON Schema

degiro-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://trader.degiro.nl/schemas/degiro/order.json",
  "title": "DEGIRO Order",
  "description": "Represents a trading order on the DEGIRO platform, covering creation of LIMIT, MARKET, STOP_LOSS, and STOP_LOSS_LIMIT order types.",
  "type": "object",
  "properties": {
    "buySell": {
      "type": "string",
      "enum": ["BUY", "SELL"],
      "description": "Direction of the order"
    },
    "orderType": {
      "type": "integer",
      "description": "Numeric code for the order type: 0=LIMIT, 2=MARKET, 3=STOP_LOSS, 1=STOP_LOSS_LIMIT"
    },
    "price": {
      "type": "number",
      "description": "Limit price for LIMIT and STOP_LOSS_LIMIT orders"
    },
    "stopPrice": {
      "type": "number",
      "description": "Trigger price for STOP_LOSS and STOP_LOSS_LIMIT orders"
    },
    "productId": {
      "type": "integer",
      "description": "DEGIRO product identifier for the instrument to be traded"
    },
    "size": {
      "type": "number",
      "description": "Quantity of the instrument to buy or sell"
    },
    "timeType": {
      "type": "integer",
      "description": "Time-in-force: 1=Day order, 3=Good-till-cancelled"
    }
  },
  "required": ["buySell", "orderType", "productId", "size", "timeType"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/degiro-order"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.