Install
openclaw skills install gm3-alertworthy-feedRead-only access to the GM3 Alertworthy feed, providing real-time token market data for analysis agents.
openclaw skills install gm3-alertworthy-feed--
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.
GET
https://api.gm3.fun/functions/v1/gm3-api/v1/paid/alertworthy
This skill requires a GM3 Developer API key.
Requests must include the following header:
Authorization: Bearer gm3_key_...
The API key should be stored as a secret and never exposed in client-side code.
Accept: application/json
This endpoint does not accept input parameters.
The response is a JSON object containing a data array of alertworthy token snapshots.
Each item may include fields such as:
The exact fields returned are subject to change as the GM3 platform evolves.