{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "name": "GET /agent-reconciliation/statement",
  "endpoint": {
    "method": "GET",
    "url": "https://xn--82czbx2bczd4fl8a.online/agent-reconciliation/statement"
  },
  "request": {
    "query": [
      "from",
      "to",
      "currency",
      "format"
    ]
  },
  "response": {
    "fields": [
      "period",
      "openingBalance",
      "closingBalance",
      "entries[]",
      "totals"
    ]
  },
  "formats": [
    "json",
    "csv",
    "camt.053",
    "mt940",
    "pdf"
  ],
  "sla": "P95 < 3s for 30-day window"
}