13 August 2026
Javlot | Guillaume/skills
[📖 GMGN SKills & OpenAPI Endpoints Usage Guide GMGN技能和接口文档使用帮助]
There are typically two ways to use the GMGN OpenAPI or Skills 通常情况下,有2种方法请求GMGN OpenAPI接口或使用GMGN AI技能:
1. AI Agent (Natural language 自然语言请求): We strongly recommend using the gmgn-cli client for AI agent calls. For common request use cases, please refer to the GMGN Skills Market:
强烈建议让AI调用使用gmgn-cli客户端,使用场景案例请查阅GMGN技能市场:
🐸https://gmgn.ai/ai?tab=skills_market
2. Custom Scripts (Python, etc. 用脚本请求): Please carefully review the request and response parameters for each interface listed below(Read GMGN Skills endpoints docs). 请仔细阅读下面的GMGN 接口文档,里面包含了接口请求参数和返回字段。
We strongly recommend using the gmgn-cli client because it automatically handles the signature verification required for interface requests.
If you use fetch or get to directly call the openapi.gmgn.ai interface, you will likely encounter signature incorrect errors. In such cases, please conduct your own research or read the CLI client source code in the GMGN-skills GitHub repository:
如果使用脚本直接请求 openapi.gmgn.ai 域名,强烈建议使用gmgn-cli 客户端请求,因为CLI客户端已经封装了签名验证方法,无需自行拼接。如果坚持自己请求域名,请参考gmgn-cli 客户端源代码,研究如何构造请求签名:
gmgn-cli CLI client source code:
gmgn-cli CLI客户端源代码:
🐙 https://github.com/GMGNAI/gmgn-skills/tree/main/src
[📖 GMGN Skills & Openapi Endpoints GMGN技能和接口文档]
Please read Skills docs for each skill’s parameters and rate limits ↓
如需查看每个技能的接口请求参数和限速,请查看对应SKills文档 ↓
1. 🐙 gmgn-token ⭐️
Token info, security, pool, top holders(Shared Funding) , traders
代币信息, 持有人列表(资金来源)
2. 🐙 gmgn-market
Trending ,Trenches New Tokens, K-line market data, Skyeye Signal
热榜,战壕新币,K线信息, 天眼信号
3. 🐙 gmgn-portfolio ⭐️
Wallet holdings, activity, stats, dev created tokens
钱包信息,持仓列表, dev历史创建代币
4. 🐙 gmgn-track ⭐️
Follow-wallet trades, KOL trades, Smart Money trades (Monitor page feeds )
我关注的钱包交易动态,KOL交易动态,聪明钱交易动态(监控广场原始数据 )
5. 🐙 gmgn-swap
Swap submission + limit orders + strategy orders + order query
交易,限价单,止盈止损,追踪止盈止损
6. 🐙 gmgn-cooking
One-command cooking
Javlot | Guillaume/ip@MissRose_bot
🚧 GMGN API IP Blocked — Troubleshooting Guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【Step 1】 Identify the symptom
There are TWO different issues, please tell us which one you see:
• A Cloudflare challenge HTML page: "Sorry, you have been blocked"
• An API response returning a 429 error
──────────────────────────────
CASE A — Cloudflare "blocked" HTML page
──────────────────────────────
【Cause】
Your IP has very likely been intercepted by Cloudflare because the
number of requests from a single IP exceeded 1,000 within one minute.
【How to resolve】
1. Pause ALL requests immediately.
2. Wait 15–20 minutes.
3. Try again to check if the connection is restored.
Cloudflare will automatically release the block after this period.
──────────────────────────────
CASE B — API returns error code 429
──────────────────────────────
If the API returns error code 429, STOP requesting immediately and
lower your AI agent's API call frequency.
1. Wait 5 minutes, then retry and check if it works normally.
2. A 429 response also returns an "unfreeze" timestamp. Read this
timestamp programmatically and only send requests AFTER it.
⚠️ NOTE: If you keep retrying within 5 minutes after a 429 error,
the block window will be EXTENDED (the timer resets / pushes back).
──────────────────────────────
【Prevention】
Please check your invocation frequency first. Add some logs to see
how many times you are actually requesting the "openapi.gmgn.ai"
domain per minute, and keep it under the limit.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚧 GMGN API IP 被封 — 排查指南
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【第一步】确认现象
以下是两种不同的问题,请告诉我们你遇到的是哪一种:
• Cloudflare 拦截页面(HTML):"Sorry, you have been blocked"
• API 返回 429 错误
──────────────────────────────
情况 A —— Cloudflare "blocked" 拦截页面
──────────────────────────────
【原因】
你的 IP 很可能已被 Cloudflare 拦截,原因是单个 IP 在一分钟内的
请求次数超过了 1,000 次。
【如何解决】
1. 立即暂停所有请求。
2. 等待 15–20 分钟。
3. 再次尝试,确认连接是否恢复。
过了这段时间后,Cloudflare 会自动解除封锁。
──────────────────────────────
情况 B ——
Javlot | Guillaume/cf@MissRose_bot
🚧 GMGN API IP Blocked — Troubleshooting Guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【Step 1】 Identify the symptom
There are TWO different issues, please tell us which one you see:
• A Cloudflare challenge HTML page: "Sorry, you have been blocked"
• An API response returning a 429 error
──────────────────────────────
CASE A — Cloudflare "blocked" HTML page
──────────────────────────────
【Cause】
Your IP has very likely been intercepted by Cloudflare because the
number of requests from a single IP exceeded 1,000 within one minute.
【How to resolve】
1. Pause ALL requests immediately.
2. Wait 15–20 minutes.
3. Try again to check if the connection is restored.
Cloudflare will automatically release the block after this period.
──────────────────────────────
CASE B — API returns error code 429
──────────────────────────────
If the API returns error code 429, STOP requesting immediately and
lower your AI agent's API call frequency.
1. Wait 5 minutes, then retry and check if it works normally.
2. A 429 response also returns an "unfreeze" timestamp. Read this
timestamp programmatically and only send requests AFTER it.
⚠️ NOTE: If you keep retrying within 5 minutes after a 429 error,
the block window will be EXTENDED (the timer resets / pushes back).
──────────────────────────────
【Prevention】
Please check your invocation frequency first. Add some logs to see
how many times you are actually requesting the "openapi.gmgn.ai"
domain per minute, and keep it under the limit.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚧 GMGN API IP 被封 — 排查指南
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【第一步】确认现象
以下是两种不同的问题,请告诉我们你遇到的是哪一种:
• Cloudflare 拦截页面(HTML):"Sorry, you have been blocked"
• API 返回 429 错误
──────────────────────────────
情况 A —— Cloudflare "blocked" 拦截页面
──────────────────────────────
【原因】
你的 IP 很可能已被 Cloudflare 拦截,原因是单个 IP 在一分钟内的
请求次数超过了 1,000 次。
【如何解决】
1. 立即暂停所有请求。
2. 等待 15–20 分钟。
3. 再次尝试,确认连接是否恢复。
过了这段时间后,Cloudflare 会自动解除封锁。
──────────────────────────────
情况 B ——
14 August 2026
Digital Seller/ip
🚧 GMGN API IP Blocked — Troubleshooting Guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【Step 1】 Identify the symptom
There are TWO different issues, please tell us which one you see:
• A Cloudflare challenge HTML page: "Sorry, you have been blocked"
• An API response returning a 429 error
──────────────────────────────
CASE A — Cloudflare "blocked" HTML page
──────────────────────────────
【Cause】
Your IP has very likely been intercepted by Cloudflare because the
number of requests from a single IP exceeded 1,000 within one minute.
【How to resolve】
1. Pause ALL requests immediately.
2. Wait 15–20 minutes.
3. Try again to check if the connection is restored.
Cloudflare will automatically release the block after this period.
──────────────────────────────
CASE B — API returns error code 429
──────────────────────────────
If the API returns error code 429, STOP requesting immediately and
lower your AI agent's API call frequency.
1. Wait 5 minutes, then retry and check if it works normally.
2. A 429 response also returns an "unfreeze" timestamp. Read this
timestamp programmatically and only send requests AFTER it.
⚠️ NOTE: If you keep retrying within 5 minutes after a 429 error,
the block window will be EXTENDED (the timer resets / pushes back).
──────────────────────────────
【Prevention】
Please check your invocation frequency first. Add some logs to see
how many times you are actually requesting the "openapi.gmgn.ai"
domain per minute, and keep it under the limit.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚧 GMGN API IP 被封 — 排查指南
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
【第一步】确认现象
以下是两种不同的问题,请告诉我们你遇到的是哪一种:
• Cloudflare 拦截页面(HTML):"Sorry, you have been blocked"
• API 返回 429 错误
──────────────────────────────
情况 A —— Cloudflare "blocked" 拦截页面
──────────────────────────────
【原因】
你的 IP 很可能已被 Cloudflare 拦截,原因是单个 IP 在一分钟内的
请求次数超过了 1,000 次。
【如何解决】
1. 立即暂停所有请求。
2. 等待 15–20 分钟。
3. 再次尝试,确认连接是否恢复。
过了这段时间后,Cloudflare 会自动解除封锁。
──────────────────────────────
情况 B ——
Hi GMGN team - XLaunch, a token launchpad on X Layer (chain 196).
GMGN already indexes X Layer; we would like our factories recognised
so coins launched through them show up in your X Layer feed.
FACTORY CONTRACTS (all source-verified on OKLink)
0xEa84eeCCF5c6C2A9bDf76fC29a956D9646cc230a - instant-listing coins (current)
0xf9775fa46E2Aff6423703b3309Cc2aCf6e79fD4E - instant-listing coins (previous,
56 live coins still trading)
0x7Ad1301917e17e2A64B7A6c5b2D7D0f7F7c2f5A6 - dividend coins
HOW OUR COINS TRADE
- Instant listing: a plain ERC-20 with a Uniswap V3 pool created at launch and
the LP locked permanently. Quoted in OKB or in a tokenized stock (wNVDAx,
wTSLAx, wSPCXx and 14 more).
- Dividend coins: sell out a bonding curve first, then graduate into a Uniswap
V2 pair with the LP burned. They take a 1–5% fee per trade and pay it to
holders in the pair token.
Both are standard ERC-20s trading through the Uniswap routers already deployed
on X Layer, so no custom routing is needed. The dividend ones do take a fee on
transfer - worth knowing for your quoting.
Site: https://xlaunch.fun
X: https://x.com/xlaunchfun
Contact: [email protected]
☔ [Never DM You First]Hi GMGN team - XLaunch, a token launchpad on X Layer (chain 196).
GMGN already indexes X Layer; we would like our factories recognised
so coins launched through them show up in your X Layer feed.
FACTORY CONTRACTS (all source-verified on OKLink)
0xEa84eeCCF5c6C2A9bDf76fC29a956D9646cc230a - instant-l
nice.i will integrate my bot
PUMO Jey/skills
[📖 GMGN SKills & OpenAPI Endpoints Usage Guide GMGN技能和接口文档使用帮助]
There are typically two ways to use the GMGN OpenAPI or Skills 通常情况下,有2种方法请求GMGN OpenAPI接口或使用GMGN AI技能:
1. AI Agent (Natural language 自然语言请求): We strongly recommend using the gmgn-cli client for AI agent calls. For common request use cases, please refer to the GMGN Skills Market:
强烈建议让AI调用使用gmgn-cli客户端,使用场景案例请查阅GMGN技能市场:
🐸https://gmgn.ai/ai?tab=skills_market
2. Custom Scripts (Python, etc. 用脚本请求): Please carefully review the request and response parameters for each interface listed below(Read GMGN Skills endpoints docs). 请仔细阅读下面的GMGN 接口文档,里面包含了接口请求参数和返回字段。
We strongly recommend using the gmgn-cli client because it automatically handles the signature verification required for interface requests.
If you use fetch or get to directly call the openapi.gmgn.ai interface, you will likely encounter signature incorrect errors. In such cases, please conduct your own research or read the CLI client source code in the GMGN-skills GitHub repository:
如果使用脚本直接请求 openapi.gmgn.ai 域名,强烈建议使用gmgn-cli 客户端请求,因为CLI客户端已经封装了签名验证方法,无需自行拼接。如果坚持自己请求域名,请参考gmgn-cli 客户端源代码,研究如何构造请求签名:
gmgn-cli CLI client source code:
gmgn-cli CLI客户端源代码:
🐙 https://github.com/GMGNAI/gmgn-skills/tree/main/src
[📖 GMGN Skills & Openapi Endpoints GMGN技能和接口文档]
Please read Skills docs for each skill’s parameters and rate limits ↓
如需查看每个技能的接口请求参数和限速,请查看对应SKills文档 ↓
1. 🐙 gmgn-token ⭐️
Token info, security, pool, top holders(Shared Funding) , traders
代币信息, 持有人列表(资金来源)
2. 🐙 gmgn-market
Trending ,Trenches New Tokens, K-line market data, Skyeye Signal
热榜,战壕新币,K线信息, 天眼信号
3. 🐙 gmgn-portfolio ⭐️
Wallet holdings, activity, stats, dev created tokens
钱包信息,持仓列表, dev历史创建代币
4. 🐙 gmgn-track ⭐️
Follow-wallet trades, KOL trades, Smart Money trades (Monitor page feeds )
我关注的钱包交易动态,KOL交易动态,聪明钱交易动态(监控广场原始数据 )
5. 🐙 gmgn-swap
Swap submission + limit orders + strategy orders + order query
交易,限价单,止盈止损,追踪止盈止损
6. 🐙 gmgn-cooking
One-command cooking