Enum AccountStatus
User account status in Alpaca REST API.
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public enum AccountStatus
Fields
| Name | Description |
|---|---|
| AccountClosed | Account is closed. |
| AccountUpdated | Account data updated. |
| ActionRequired | Application requires manual action. |
| Active | Account approved and working. |
| ApprovalPending | Approval request sent. |
| Approved | Account approved but still not active. |
| Disabled | Account disabled. |
| DisablePending | Disable request sent. |
| Edited | Application was edited (e.g. to match info from uploaded docs). |
| Inactive | Account approved but not active. |
| Onboarding | Account opened but not verified. |
| PaperOnly | Account approved only for paper trading. |
| Rejected | Account approval rejected. |
| SubmissionFailed | Missed important information. |
| Submitted | Additional information added. |