mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-07-27 16:57:44 +00:00
fix: rename --orderby to --order-by, expand holders/traders options, update chain-specific platform/filter values
This commit is contained in:
+2
-2
@@ -162,7 +162,7 @@ token info(确认 Token) → portfolio token-balance(检查余额)
|
||||
|
||||
**通过 Trending 发现交易机会:**
|
||||
```
|
||||
market trending(取 50 条,按 score 排序) → AI 多维度分析选出 top 5 → 用户确认 → token info / token security → swap
|
||||
market trending(取 50 条) → AI 多维度分析选出 top 5 → 用户确认 → token info / token security → swap
|
||||
```
|
||||
|
||||
---
|
||||
@@ -183,7 +183,7 @@ npx gmgn-cli token info --chain sol --address <addr>
|
||||
npx gmgn-cli market trending \
|
||||
--chain sol \
|
||||
--interval 1h \
|
||||
--orderby volume --limit 20 \
|
||||
--order-by volume --limit 20 \
|
||||
--filter not_risk --filter not_honeypot
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user