Trading 212 · Schema

HistoricalOrder

Trading 212 HistoricalOrder schema

InvestingFinanceTradingStocksPortfolioCommission-FreeISA

Properties

Name Type Description
fill object
order object
View JSON Schema on GitHub

JSON Schema

HistoricalOrder.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/HistoricalOrder.json",
  "title": "HistoricalOrder",
  "description": "Trading 212 HistoricalOrder schema",
  "properties": {
    "fill": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/Fill"
    },
    "order": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/trading212/refs/heads/main/json-schema/Order"
    }
  },
  "type": "object"
}