Request/Response Transcripts
Canonical HTTP conversation examples for AI agents to pattern-match on. Machine-readable manifest (JSON).
Golden Workflow: Quote → Order → Fill → Positions
- 01-get-quote.json — Get a real-time quote for AAPL
- 02-place-order.json — Place limit buy order for 100 AAPL
- 03-get-order-status.json — Check order status (filled)
- 04-get-positions.json — Verify AAPL position after fill
Common Operations
- get-account-balances.json — Get account balances
- search-symbols.json — Search for securities
- get-trade-history.json — Get trade history
- cancel-order.json — Cancel pending order
- get-open-positions.json — Get all open positions
- get-commission-estimate.json — Estimate commission
Error Scenarios
- unauthorized.json — 401 Invalid token
- rate-limited.json — 429 Rate limited
- insufficient-buying-power.json — 400 Insufficient buying power
- admin-permission-required.json — 403 Admin permission required
- invalid-symbol.json — 400 Invalid symbol