🚀 Coming Soon!
Listen to real-time events on Solana with ease. Get notified about new Meteora pools, price changes, token creation, minting, and burning events.
// Subscribe to price changes for a token
socket.fun.subscribe({
event: "price_change",
token: "SOL",
threshold: 0.1, // 10% change
callback: (data) => {
console.log(`SOL price changed by ${data.percentChange}%!`);
console.log(`New price: ${data.price} USD`);
}
});
Get instant notifications for all the important events happening on Solana.
Get notified instantly when new Meteora liquidity pools are created. Be the first to know about new trading opportunities.
Monitor price movements and liquidity changes for any token on Solana. Set custom thresholds for notifications.
Stay informed about new tokens being created on Solana. Discover new projects as soon as they launch.
Track token minting events in real-time. Know when supply increases and by how much.
Monitor token burning events as they happen. Stay updated on supply decreases and deflationary actions.
Set up custom notification rules for any event on Solana. Get alerts exactly when and how you want them.
Check out these examples of how you can use SOCKET.FUN to monitor real-time events on Solana.
Get notified when the price of a token changes by a specific percentage.
// Get notified when SOL price changes by 10%
socket.fun.subscribe({
event: "price_change",
token: "SOL",
threshold: 0.1, // 10% change
callback: (data) => {
console.log(`SOL price changed by ${data.percentChange}%!`);
console.log(`New price: ${data.price} USD`);
}
});
Choose how you want to receive notifications. We support multiple channels from day one.
Receive real-time notifications via HTTP webhooks. Integrate with your existing systems and workflows.
Connect via WebSockets for instant updates. Perfect for real-time dashboards and applications.
Get notifications directly to your Telegram account or group. Stay updated on the go.
Receive alerts in your Discord server. Keep your community informed about important events.
All notification channels are available from day one. We're constantly adding more channels based on user feedback.
Choose the plan that fits your needs. All plans include access to our core features.
Perfect for getting started with real-time Solana data.
For developers building serious projects.
For teams and production applications.