URL
application/json and is cached for 5 minutes. Fresh launches appear on the next cache miss.
What it includes
Every coin ever launched through one of the Archr launcher factories: the site’sWebFactory via the ArchrLaunchpad adapter, the RedditFactory, and the TwitterFactory. Each entry carries the standard Uniswap token-list fields:
chainId:4663(Robinhood Chain mainnet).address: the coin’s ERC-20 contract address (EIP-55 checksummed).name,symbol,decimals(18).- Optional
logoURIfor coins whose launcher supplied one via the site’s socials panel.
How to consume it
Any Uniswap-compatible tool that accepts a token list URL will accept the Archr list. In wallets that expose an “Import token list” affordance, paste the URL above. Aggregators typically ingest lists on a fixed cadence; the 5-minute route cache keeps latency low without hammering the underlying RPC. If you’d rather enumerate coins directly on-chain, every launch emitsLaunched(token, pool, lpTokenId, name, symbol, launchId) from the factory that produced it. Iterating those events from each factory’s deploy block onward reconstructs the same set the token list publishes.
Versioning
Theversion object follows the Uniswap Token List semver:
minorbumps by one every time a new coin is added.patchbumps when a coin gains alogoURI(or any existing-token field changes in the future).majoris bumped manually on a breaking schema change.
minor is monotone with the total launch count today.
