You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-3Lines changed: 35 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,7 @@ All output includes `"mode": "paper"` in JSON. Limit buys reserve quote balance
359
359
360
360
## Commands
361
361
362
-
The CLI exposes 16 top-level command groups. For the machine-readable agent/MCP tool surface, load [agents/tool-catalog.json](agents/tool-catalog.json).
362
+
The CLI exposes 18 top-level command groups. For the machine-readable agent/MCP tool surface, load [agents/tool-catalog.json](agents/tool-catalog.json).
363
363
364
364
| Group | Auth | Dangerous | Description |
365
365
|-------|------|-----------|-------------|
@@ -368,6 +368,8 @@ The CLI exposes 16 top-level command groups. For the machine-readable agent/MCP
|`bybit convert status --quote-tx-id ID [--account-type UNIFIED]`| Check conversion status |
454
+
|`bybit convert history [--account-type UNIFIED] [--coin BTC] [--start MS] [--end MS] [--index N] [--limit N]`| Conversion history |
455
+
456
+
Notes:
457
+
The Convert API requires the Bybit API key permission `Exchange`. If that permission is missing, Bybit may reject coin-list and quote requests even though the CLI command itself is correct.
458
+
459
+
### Spot Margin
460
+
461
+
| Command | Description |
462
+
|---------|-------------|
463
+
|`bybit margin vip-data [--vip-level "No VIP"] [--currency BTC]`| Public VIP borrow/leverage data for spot margin |
464
+
|`bybit margin status`| Current spot margin state and leverage for the unified account |
|`bybit margin set-leverage --leverage N [--currency BTC]`| Set spot margin leverage globally or for a coin |
467
+
468
+
Notes:
469
+
Spot margin activation and leverage changes can be rejected by Bybit until the account completes the required margin-trading setup or quiz in the Bybit UI.
438
470
439
471
### Earn
440
472
@@ -458,7 +490,7 @@ The CLI exposes 16 top-level command groups. For the machine-readable agent/MCP
458
490
|`bybit position set-tpsl --symbol SYM [--take-profit P] [--stop-loss P]`| Set TP/SL |
459
491
|`bybit position set-risk-limit --symbol SYM --risk-id N`| Set risk limit |
460
492
|`bybit position add-margin --symbol SYM --margin AMT`| Add/reduce margin |
461
-
|`bybit position closed-pnl [--symbol SYM] [--limit N]`| Closed P&L history |
493
+
|`bybit position closed-pnl [--category linear] [--symbol SYM] [--limit N]`| Closed P&L history for supported contract categories|
0 commit comments