Trading 212 · Schema

PaginatedResponseHistoricalOrder

Trading 212 PaginatedResponseHistoricalOrder schema

InvestingFinanceTradingStocksPortfolioCommission-FreeISA

Properties

Name Type Description
items array
nextPagePath string
View JSON Schema on GitHub

JSON Schema

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