MarketDeck docs

orders

Aggregated orders and fills across paper, real perps, and paper spot.

marketdeck orders gives presentation surfaces one CLI-first place to inspect open/resting orders and recent fills.

Usage#

marketdeck orders <subcommand> [flags]
SubcommandWhat it does
`list [--wallet W] [--kind paperrealall] [--status S]`Open/resting orders aggregated from positions all.
show <id>Resolve a local position id or exchange order id.
fills [--wallet W] [--days-back N]Recent real-perp trade log plus paper-spot fills.
export [--csv]Export fills as JSON or CSV.

Examples#

marketdeck orders list --format json
marketdeck orders list --wallet main --status limit_order
marketdeck orders fills --days-back 90 --format text
marketdeck orders export --csv > fills.csv

For venue-specific signed reads, use marketdeck wallets orders or marketdeck spot orders. This aggregate command is the dashboard and reporting view.