API Documentation
Public API endpoints for accessing LaunchLens listing data. All responses are JSON.
Base URL: https://launchlens.online
GET
/api/listingsList all tokens
Parameters
statusFilter: upcoming, live, endedboostedSet to 1 for boosted onlyqSearch by name, ticker, or CAsortnewest, launch_date, views, dev_launchesfrom / toDate range filter (YYYY-MM-DD)limit / offsetPagination (default 20)GET
/api/listings/[id]Get single listing by ID
GET
/api/search?q=termQuick search (name, ticker, CA)
Parameters
qSearch term (min 2 chars)GET
/api/dev-launches?listing_id=XGet dev launch history for a listing
Parameters
listing_idListing IDGET
/api/copycats?name=X&ticker=YCheck for duplicate/copycat listings
Parameters
nameToken name to checktickerTicker to checkGET
/api/pricingCurrent boost pricing in SOL
POST
/api/listingsSubmit a new listing
Parameters
name *Token nameticker *Ticker symboldescriptionProject descriptioncontract_addressCA (makes it Live)launch_dateISO date stringwebsite / twitter / telegram / discordSocial linkslogo_urlToken logo image URLEmbed Widget
Add your LaunchLens listing to your own website with a simple iframe.
Copy this code and paste it into your site:
<iframe src="https://launchlens.online/embed/YOUR_LISTING_ID" width="400" height="180" frameborder="0" style="border-radius: 12px; border: 1px solid #252533;" ></iframe>
Replace YOUR_LISTING_ID with your listing number (e.g. 42).
Rate Limits
Read endpoints60 req/min
Search30 req/min
Submit listing5 req/hour
Boost payment10 req/hour
Wallet scan3 req/hour
Rate limits are per IP. Returns 429 when exceeded.