From 34456974f3624869c01a5d8ccbe7ec8b1a4c4ee0 Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 24 Mar 2026 20:48:23 +0800 Subject: [PATCH] fix rank interval --- skills/gmgn-market/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/gmgn-market/SKILL.md b/skills/gmgn-market/SKILL.md index ae89cf9..7d2f3b3 100644 --- a/skills/gmgn-market/SKILL.md +++ b/skills/gmgn-market/SKILL.md @@ -1,7 +1,7 @@ --- name: gmgn-market description: Query GMGN market data — token K-line (candlestick) and trending token swap data. Supports sol / bsc / base. -argument-hint: "kline --chain --address --resolution <1m|5m|15m|1h|4h|1d> [--from ] [--to ] | trending --chain --interval <1h|3h|6h|24h>" +argument-hint: "kline --chain --address --resolution <1m|5m|15m|1h|4h|1d> [--from ] [--to ] | trending --chain --interval <1m|5m|1h|6h|24h>" --- Use the `gmgn-cli` tool to query K-line data for a token or browse trending tokens. @@ -42,7 +42,7 @@ Use the `gmgn-cli` tool to query K-line data for a token or browse trending toke | Option | Description | |--------|-------------| | `--chain` | Required. `sol` / `bsc` / `base` | -| `--interval` | Required. `1h` / `3h` / `6h` / `24h` | +| `--interval` | Required. `1m` / `5m` / `1h` / `6h` / `24h` (default `1h`) | | `--limit ` | Number of results (default 100, max 100) | | `--order-by ` | Sort field: `default` / `swaps` / `marketcap` / `history_highest_market_cap` / `liquidity` / `volume` / `holder_count` / `smart_degen_count` / `renowned_count` / `gas_fee` / `price` / `change1m` / `change5m` / `change1h` / `creation_timestamp` | | `--direction ` | Sort direction (default `desc`) |