From db257e3c3f7ac16b4ff67ba7e5ed9f89b3e40351 Mon Sep 17 00:00:00 2001 From: Yazin Date: Mon, 21 Nov 2022 11:25:26 +0300 Subject: [PATCH] Update account statuses Noticed that Alpaca occasionally returns a `PAPER_ONLY` status. Not exactly sure when this gets trigged, but this is my best guess. --- content/api-references/trading-api/account.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/api-references/trading-api/account.md b/content/api-references/trading-api/account.md index 51e522a..d2e5c22 100644 --- a/content/api-references/trading-api/account.md +++ b/content/api-references/trading-api/account.md @@ -36,6 +36,7 @@ may get to `ACCOUNT_UPDATED` when personal information is being updated from the dashboard, in which case you may not be allowed trading for a short period of time until the change is approved. +- `PAPER_ONLY` The account has not started the onboarding process. - `ONBOARDING` The account is onboarding. - `SUBMISSION_FAILED` The account application submission failed for some reason. - `SUBMITTED` The account application has been submitted for review.