Launchpad feed
Public manifest and paginated feed for aggregators.
Aggregators (for example Uniswap Launches) can consume Trancepad identity and a paginated token feed without wallet auth.
bashlaunchpad-feed.sh
curl -sS "${API_URL}/launchpad/manifest"
curl -sS "${API_URL}/launchpad/feed?page=1&limit=50"Pair the feed with on-chain LaunchLens for a source of truth that does not depend on API uptime. Full notes: docs/uniswap-launches-integration.md in the repo. For Dune / DefiLlama Factory attribution, see Indexers and analytics.