GM3 Alertworthy Feed
--
Overview
This skill provides read-only access to the GM3 Alertworthy feed.
It returns the current snapshot of alertworthy tokens, including valuation, flow, buyer distribution, and market structure signals. The skill is designed to be used by analysis agents that apply their own filtering and decision logic on top of the raw GM3 data.
This skill does not perform filtering, ranking, or trading actions.
Endpoint
GET
https://api.gm3.fun/functions/v1/gm3-api/v1/paid/alertworthy
Authentication
This skill requires a GM3 Developer API key.
Requests must include the following header:
Authorization: Bearer gm3key...
The API key should be stored as a secret and never exposed in client-side code.
Headers
Accept: application/json
Inputs
This endpoint does not accept input parameters.
Output
The response is a JSON object containing a
data array of alertworthy token snapshots.
Each item may include fields such as:
- - mint
- rank
- fdvusd (current FDV)
- fdvatalert (FDV at first alert)
- netsolinflow
- buyratio
- buycount / sellcount
- uniquebuyers
- capitalefficiency
- market structure flags
- timestamps
The exact fields returned are subject to change as the GM3 platform evolves.
Errors
- - 401 Unauthorized – Invalid or revoked API key, or entitlement expired
- 429 Too Many Requests – Rate limited
- 500 / 503 – Temporary server error
Notes
- - This skill is intended for analysis-only use.
- Strategy logic, filtering, and decision-making should be implemented at the agent level.
- No trading or execution functionality is provided by this skill.
GM3 预警信号源
--
概述
该技能提供对GM3预警信号源的只读访问权限。
它返回当前预警代币的快照数据,包括估值、资金流向、买方分布及市场结构信号。该技能专为分析型代理设计,可在原始GM3数据基础上应用自身的过滤和决策逻辑。
该技能不执行过滤、排序或交易操作。
接口端点
GET
https://api.gm3.fun/functions/v1/gm3-api/v1/paid/alertworthy
身份验证
该技能需要GM3开发者API密钥。
请求必须包含以下标头:
Authorization: Bearer gm3key...
API密钥应作为机密信息存储,切勿暴露在客户端代码中。
请求标头
Accept: application/json
输入参数
该端点不接受输入参数。
输出结果
响应为JSON对象,包含预警代币快照的data数组。
每个条目可能包含以下字段:
- - mint(代币地址)
- rank(排名)
- fdvusd(当前完全稀释估值)
- fdvatalert(首次预警时的完全稀释估值)
- netsolinflow(净SOL流入量)
- buyratio(买入比率)
- buycount / sellcount(买入/卖出次数)
- uniquebuyers(独立买家数)
- capitalefficiency(资金效率)
- market structure flags(市场结构标记)
- timestamps(时间戳)
具体返回字段可能随GM3平台更新而变化。
错误处理
- - 401 未授权 – API密钥无效、已吊销或权限过期
- 429 请求过多 – 触发频率限制
- 500 / 503 – 临时服务器错误
注意事项
- - 该技能仅供分析使用。
- 策略逻辑、过滤和决策应在代理层面实现。
- 该技能不提供任何交易或执行功能。