mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-08-25 05:58:06 +00:00
feat(track): add follow-tokens subcommand
Adds gmgn-cli track follow-tokens to query a wallet's followed token list on a given chain via GET /v1/user/follow_tokens. - Add getFollowTokens() to OpenApiClient (authExist) - Add track follow-tokens command with --chain, --wallet (required), --group-id, --interval, --order-by, --direction, --limit, --cursor, --search optional flags - Update SKILL.md: sub-commands table, rate limit table (weight 3), usage examples, options table, response fields - Update docs/cli-usage.md and Readme.md / Readme.zh.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
23ca9d8670
commit
21d78d0947
@@ -505,6 +505,9 @@ gmgn-cli portfolio created-tokens --chain sol --wallet <addr>
|
||||
### Track
|
||||
|
||||
```bash
|
||||
# Followed token map for a wallet
|
||||
gmgn-cli track follow-tokens --chain sol --wallet <wallet_address>
|
||||
|
||||
# Follow-wallet trade records
|
||||
gmgn-cli track follow-wallet --chain sol
|
||||
gmgn-cli track follow-wallet --chain sol --limit 20 --min-amount-usd 1000
|
||||
|
||||
Reference in New Issue
Block a user