# Fills ledger + P&L

**Every fill Polyterminus placed on your behalf, with realized P&L, tags, and CSV export.**

Section: Trading · Last updated: 2026-07-28

---

## What it shows

`/app/fills` is a chronological log of every order Polyterminus placed against Polymarket on your behalf: symbol, side, price, size, notional, status (filled / partial / rejected), timestamp. Rejected fills (risk-blocked, book-empty) are tagged so your stats aren't polluted.

## Verification

We cross-reference every fill against Polymarket's own `data-api/trades`. If our log says "filled" but Polymarket has no record → we mark it as phantom and drop from stats.

## P&amp;L calculation

  - **Realized** — sum of (sell price − buy price) × size for closed positions
  - **Unrealized** — mark-to-market at current mid for open positions

## Export

Pro plan: CSV / JSON export of the full ledger. Useful for accounting and tax season.