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.

FieldMeaning
updatedThe date the facts document was last verified
siteThe canonical StonkGuy address
independenceA plain statement that StonkGuy is unofficial
tokensThe $STONKGUY and $STONK mint addresses
docsEvery documentation URL on this site
stonkfunVerified 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.

EndpointWhat it returns
GET /statsPlatform level totals
GET /tokensThe launch universe, with sorting and filtering
GET /tokens/{mint}One token in detail
GET /tokens/{mint}/rewardsReward distributions for a token
GET /tokens/{mint}/burnsBurn history for a token
GET /pairs?launchable=trueThe quote tokens currently available at launch
POST /launches/prepareAn unsigned payment transaction for a launch
POST /launches/submitSubmits 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.