Developer API
Every mint Meme Mint indexes is available over REST and websockets, typically within one block of confirmation.
Quick start
curl -H "Authorization: Bearer $MEMEMINT_KEY" \ "https://api.mememint.com/v1/tokens/new?limit=25"
Endpoints
- GET/v1/tokens/new?limit=50Newly minted tokens, newest first.
- GET/v1/tokens/{mintAddress}Full token profile incl. rug risk.
- GET/v1/tokens/search?q=dogeSearch name, symbol, mint or creator.
- GET/v1/pairs/newLiquidity pools created in the last hour.
- GET/v1/tokens/{mintAddress}/holdersHolder count and distribution.
- WS/v1/stream?channels=mints,pairs,tradesReal-time event stream.
Webhooks
Subscribe to token.minted, pair.created, token.verified and risk.updated events. Payloads are signed with HMAC-SHA256 so you can verify authenticity.