Skip to content
Oleg Rakhmatulin edited this page Mar 22, 2021 · 23 revisions

Home

The Alpaca.Markets NuGet package contains the .NET SDK that provides unified access for different API endpoints:

Alpaca Markets API Endpoints

These endpoints available for both paper and brokerage accounts:

Additional Topics

  • The new IHttpClient interface and strongly-typed clients usage in the ASP.NET Core and Blazor apps discussed on this page.
  • Two main options for configuring new order placement requests: low-level and high-level described on this page.
  • How to handle Paper and Live environments easily with the help of extension methods provided by SDK.
  • Two authentication options available for Alpaca API connectors discussed on this page.
  • The streaming client auto-reconnection support discussed on this page.
  • Time intervals handling for REST API requests discussed on this page.
  • The Alpaca Proxy Agent support discussed on this page.
Clone this wiki locally