From 693a63c723b28c36e1e0c32b2507d5ecbe997855 Mon Sep 17 00:00:00 2001 From: gina888666 Date: Fri, 29 May 2026 10:53:20 +0800 Subject: [PATCH] docs(gmgn-portfolio): remove example from price field description Co-Authored-By: Claude Sonnet 4.6 --- skills/gmgn-portfolio/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/gmgn-portfolio/SKILL.md b/skills/gmgn-portfolio/SKILL.md index bb2b7e2..afc5b66 100644 --- a/skills/gmgn-portfolio/SKILL.md +++ b/skills/gmgn-portfolio/SKILL.md @@ -233,7 +233,7 @@ The response has a `activities` array and a `next` cursor field for pagination. | `token.symbol` | Token ticker | | `token_amount` | Token quantity in this transaction | | `cost_usd` | USD value of this transaction | -| `price` | Token price denominated in the quote token of the trading pair at time of transaction (e.g. SOL or USDC) | +| `price` | Token price denominated in the quote token of the trading pair at time of transaction | | `price_usd` | Token price in USD at time of transaction | | `timestamp` | Unix timestamp of the transaction | | `next` | Pagination cursor — pass to `--cursor` to fetch the next page |