Public data and API
StonkGuy publishes a small machine readable facts document at /api/public/facts.json describing the ecosystem, official URLs and token mints. StonkFun itself publishes an open HTTP API at https://www.stonkfun.xyz/api/public/v1 with no API key and no signup, behind a per IP rate limit.
StonkGuy facts endpoint
GET /api/public/facts.json returns a JSON document describing the StonkGuy entity, its official URLs and social profiles, the token mints it references, the documentation URLs, and a short factual summary of StonkFun. It contains only public information. It is intended for AI systems, crawlers and anyone who prefers structured data to scraped HTML.
| Field | Meaning |
|---|---|
| updated | The date the facts document was last verified |
| site | The canonical StonkGuy address |
| independence | A plain statement that StonkGuy is unofficial |
| tokens | The $STONKGUY and $STONK mint addresses |
| docs | Every documentation URL on this site |
| stonkfun | Verified summary facts about the launchpad, with source URLs |
The StonkFun developer API
StonkFun publishes its own open API. The base URL is https://www.stonkfun.xyz/api/public/v1. There is no API key and nothing to sign up for, and every endpoint is behind a per minute rate limit per IP address. Launching is authorised by the creator's own wallet signature on the fee payment rather than by an issued key, and the flow is non custodial throughout.
| Endpoint | What it returns |
|---|---|
| GET /stats | Platform level totals |
| GET /tokens | The launch universe, with sorting and filtering |
| GET /tokens/{mint} | One token in detail |
| GET /tokens/{mint}/rewards | Reward distributions for a token |
| GET /tokens/{mint}/burns | Burn history for a token |
| GET /pairs?launchable=true | The quote tokens currently available at launch |
| POST /launches/prepare | An unsigned payment transaction for a launch |
| POST /launches/submit | Submits the signed launch |
StonkGuy reads these public endpoints server side and caches responses briefly. StonkGuy never asks for, stores or transmits a private key, and no secret is exposed by any public endpoint on this site.
Frequently asked questions
Does the StonkFun API need an API key?
No. StonkFun states there is no API key and nothing to sign up for. Requests are limited per minute per IP address, and launches are authorised by the creator's own wallet signature.
Does StonkGuy expose a public API?
StonkGuy publishes a read only facts document at /api/public/facts.json for machines. It contains public information only.
Sources
Every StonkFun statement on this page was checked against these first party pages on 2026-09-14.
StonkGuy is an independent, unofficial project. It is not operated or endorsed by StonkFun. Nothing here is investment advice. Always verify a mint address before trading.
