














Get real-time Solana token creation alerts.
Subscribe via WebSocket, or receive instant notifications directly on Telegram or Discord whenever a new token is minted.
const ws = new WebSocket('wss://www.api.mintflow.one/stream/new-tokens?api_key=<YOUR_API_KEY_HERE>');
ws.onopen = () => {
console.log('Connected to Mintflow');
};
ws.onmessage = (event) => {
const token = JSON.parse(event.data);
console.log('New token:', token);
};
Support MintflowThe Mintflow project aims to provide real-time token data to developers and traders. We need your support to keep the service running, improve infrastructure, and add new features.
Your donations help us cover server costs, maintain uptime, and continue providing to high-quality token data for the Solana ecosystem.