mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-07-28 01:07:44 +00:00
docs(market): extend signal_type range to 21 and name new types
Backend now accepts signal_type 1-21. Add types 19 (PlatformCallV2), 20 (KOLBuy), 21 (BankerClaims) to the signal-types tables and update the 1-18 -> 1-21 range references. - src/commands/market.ts: --signal-type help text 1-18 -> 1-21 - docs/cli-usage.md: param note + signal-types table rows 19/20/21 - skills/gmgn-market/SKILL.md: param note, response-field note, signal-types table Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+4
-1
@@ -326,7 +326,7 @@ gmgn-cli market signal --chain sol --groups '<json_array>' [--raw]
|
||||
| Option | Required | Description |
|
||||
|--------|----------|-------------|
|
||||
| `--chain` | Yes | `sol` / `bsc` / `robinhood` |
|
||||
| `--signal-type` | No | Signal type(s), repeatable (1–18, default: all). See Signal Types below. |
|
||||
| `--signal-type` | No | Signal type(s), repeatable (1–21, default: all). See Signal Types below. |
|
||||
| `--mc-min` | No | Min market cap at trigger time (USD) |
|
||||
| `--mc-max` | No | Max market cap at trigger time (USD) |
|
||||
| `--trigger-mc-min` | No | Min market cap at signal trigger moment (USD) |
|
||||
@@ -359,6 +359,9 @@ gmgn-cli market signal --chain sol --groups '<json_array>' [--raw]
|
||||
| 16 | SignalTypeMultiLargeBuy | Multiple large buys |
|
||||
| 17 | SignalTypeBagsClaims | Bags Claim |
|
||||
| 18 | SignalTypePumpClaims | Pump Claim |
|
||||
| 19 | SignalTypePlatformCallV2 | Platform call (V2) |
|
||||
| 20 | SignalTypeKOLBuy | KOL buy |
|
||||
| 21 | SignalTypeBankerClaims | Banker Claim (Base chain Banker platform claim fee) |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user