From 567c5f92d11a6007efc3efa09a46f888d4912fd3 Mon Sep 17 00:00:00 2001 From: gumponchain Date: Wed, 8 Apr 2026 11:47:35 +0800 Subject: [PATCH] docs(swap): clarify group-tag and order-type descriptions - --group-tag: LimitOrder fetches limit orders only; STMix fetches mixed strategy orders (take-profit, stop-loss, trailing variants) - order cancel --order-type: clarify limit_order vs smart_trade meanings Co-Authored-By: Claude Sonnet 4.6 --- skills/gmgn-swap/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/gmgn-swap/SKILL.md b/skills/gmgn-swap/SKILL.md index 818e621..4e2720d 100644 --- a/skills/gmgn-swap/SKILL.md +++ b/skills/gmgn-swap/SKILL.md @@ -380,7 +380,7 @@ Convert `filled_input_amount` and `filled_output_amount` from smallest unit usin | `--chain` | Yes | `sol` / `bsc` / `base` | | `--type` | No | `open` (default) / `history` | | `--from` | No | Filter by wallet address | -| `--group-tag` | No | Filter by group: `LimitOrder` / `STMix` | +| `--group-tag` | No | Filter by order group: `LimitOrder` (limit orders only) / `STMix` (mixed strategy orders: take-profit, stop-loss, trailing take-profit, trailing stop-loss) | | `--base-token` | No | Filter by token address | | `--page-token` | No | Pagination cursor from previous response | | `--limit` | No | Results per page (default 10 for history) | @@ -400,7 +400,7 @@ Convert `filled_input_amount` and `filled_output_amount` from smallest unit usin | `--chain` | Yes | `sol` / `bsc` / `base` | | `--from` | Yes | Wallet address (must match API Key binding) | | `--order-id` | Yes | Order ID to cancel | -| `--order-type` | No | Order type: `limit_order` / `smart_trade` | +| `--order-type` | No | Order type: `limit_order` (limit order) / `smart_trade` (mixed strategy order: take-profit, stop-loss, trailing take-profit, trailing stop-loss) | | `--close-sell-model` | No | Sell model when closing the order | ## `order strategy` Usage Examples