Prop Trading¶
HTTP endpoints for the trading terminal prop challenge flow.
Current implementation covers active program discovery, pending purchase creation and listing customer prop purchases/challenges.
The first purchase step creates a prop_purchase with pending status. Balance charge, DEMO account creation and challenge activation are separate next-step operations.
Status Values¶
Purchase Status¶
| Value | Name |
|---|---|
0 |
pending |
1 |
paid |
2 |
account_created |
3 |
active |
4 |
failed |
5 |
refunded |
Challenge Status¶
| Value | Name |
|---|---|
0 |
pending |
1 |
active |
2 |
passed |
3 |
failed |
4 |
cancelled |