Skip to main content

Rust + Alpaca HTTP + Market Semantics

Rust Workspace for Alpaca HTTP SDKs, Time Semantics, and Option Models

Typed async access to Alpaca market data and trading HTTP APIs, plus reusable time semantics, provider-neutral option models, and a high-level convenience facade built on top of the lower layers.

Workspace contract
  • The official Alpaca HTTP API defines endpoint semantics.
  • The published Rust surface is split into foundation, semantic, and facade layers.
  • Primary direct HTTP entry points are alpaca-data and alpaca-trade.
  • alpaca-time and alpaca-option carry the reusable semantic core.
  • Optional TypeScript companions are plus features, not the primary published surface.