@whop/cli 0.18.3 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/dist/index.js +8254 -3785
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -133,6 +133,17 @@ whop products update prod_xxxxxxxx --gallery_images '[{"id":"file_xxxxxxxx"}]'
|
|
|
133
133
|
|
|
134
134
|
Money moves through the same surface: payouts, transfers, deposits, swaps, and cards. Payouts and card issuing require identity verification (`whop verifications`). Steps that need a browser, like KYC, show up as a link to open.
|
|
135
135
|
|
|
136
|
+
## Read trading activity
|
|
137
|
+
|
|
138
|
+
Trading is available by request. Email support@whop.com to get access.
|
|
139
|
+
|
|
140
|
+
```bash
|
|
141
|
+
whop accounts get biz_xxx --include_trading true --format json
|
|
142
|
+
whop users get me --include_trading true --format json
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
These commands retrieve trading balances, positions and open orders from the supported provider; they don't place orders or move funds. Hyperliquid is currently supported.
|
|
146
|
+
|
|
136
147
|
## Serve the customers you have
|
|
137
148
|
|
|
138
149
|
```bash
|