POST
One-time operational backfill of the self/others payment split on settled orders that predate the split columns. Sweeps every such row, re-queries PBA idempotently for each, and persists the split; per-order `outcome` (`FILLED`/`SKIPPED`/`FAILED`) is summarized so a partial failure doesn't sink the sweep. Admin-gated. Safe to re-run — a filled row drops out of the set.

Body

application/json
limit
integer<int32> | null

Response

Per-order split-backfill outcomes

failed
integer<int32>
required
filled
integer<int32>
required
results
object[]
required
skipped
integer<int32>
required
total_processed
integer<int32>
required