From 0a12f0615d62c9ed9758af9d3e1f9ed504c244ae Mon Sep 17 00:00:00 2001 From: David Lau Date: Fri, 29 May 2026 17:09:49 +0800 Subject: [PATCH] docs(swap): add rate limit weights for strategy and multi_swap routes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - order strategy create: POST /v1/trade/strategy/create — weight 1 - order strategy cancel: POST /v1/trade/strategy/cancel — weight 1 - order strategy list: GET /v1/trade/strategy/orders — weight 1 - multi-swap already listed; confirms weight 5 (same as swap) Co-Authored-By: Claude Sonnet 4.6 --- skills/gmgn-swap/SKILL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skills/gmgn-swap/SKILL.md b/skills/gmgn-swap/SKILL.md index 18201cf..3ee62b6 100644 --- a/skills/gmgn-swap/SKILL.md +++ b/skills/gmgn-swap/SKILL.md @@ -88,6 +88,9 @@ All swap-related routes used by this skill go through GMGN's leaky-bucket limite | `multi-swap` | `POST /v1/trade/multi_swap` | 5 | | `order quote` | `GET /v1/trade/quote` | 2 | | `order get` | `GET /v1/trade/query_order` | 1 | +| `order strategy create` | `POST /v1/trade/strategy/create` | 5 | +| `order strategy cancel` | `POST /v1/trade/strategy/cancel` | 2 | +| `order strategy list` | `GET /v1/trade/strategy/orders` | 1 | | `gas-price` | `GET /v1/trade/gas_price` | 1 | When a request returns `429`: