API & DATA
A curated catalog, built on a replaceable data layer.
CATALOG DATA
MemeStop currently serves a fixed snapshot of 40 curated meme listings. Token names, icons, and Solana contract addresses come from CoinGecko metadata. Prices, supply, lifecycle states, holders, checks, OHLC candles, and trades are sample data. No blockchain data provider is connected.
LOCAL APPLICATION ENDPOINTS
GET /api/memes?q=search returns meme search results. GET /api/memes/[address]?resource=chart&interval=1H returns sample candles. Use resource=trades for the sample trade feed. Supported chart intervals are 1m, 5m, 15m, 1H, 4H, and 1D. These local demo endpoints are not a production public API.
FUTURE INTEGRATIONS
The MemeDataAdapter interface separates the UI from the source. A backend can replace the mock adapter with classified, normalized data from verified providers. No credentials are required to run this preview.