alpaca-mock
Executable mock server for trade mainline and contract-style flows.
Commands:
cargo run -p alpaca-mock
cargo install alpaca-mock
Runtime environment:
ALPACA_MOCK_LISTEN_ADDRALPACA_DATA_API_KEYALPACA_DATA_SECRET_KEY
Library helpers:
build_app_from_envbuild_app_with_statespawn_test_serverspawn_test_server_with_stateMockServerState::with_market_snapshot
docs.rs:
Current public mock focus:
- account
- account configurations
- portfolio history
- assets
- options contracts
- calendar and clock
- orders
- positions
- activities
- watchlists
Behavior notes:
- stock and single-option marketable orders fill at mid price
- multi-leg marketable orders fill at composite mid price
- account and watchlist identifiers use stable UUIDs and do not expose the API key
- watchlists keep ordered, per-account state and support the complete ID/name route family
- the Trading API
2.0.1checkpoint has 37 operations closed with the same public network scenarios against Paper and this standalone HTTP service - order cancel-all, order cancel by ID, and option exercise are closed; option do-not-exercise is the sole pending operation
- option exercise returns status
200with typedqty_exercisedandqty_remainingvalues, matching the body observed from Paper; the client also accepts the canonical empty200 - option do-not-exercise returns an empty
200; raw Paper and mock requests have succeeded, but Paper restricts successful instructions to expiration-day long positions and the corrected exact Paper scenario still needs verified cleanup on a clean account /admin/faults/httpinjects a one-shot authenticated-route fault/admin/resetclears both state and injected faults
Not implemented:
- generic fake market-data generation
- a full broker or exchange simulator