SVS API
The Solana Vibe Station API provides comprehensive token intelligence for the Solana blockchain ecosystem, focusing on newly launched tokens and real-time market data.
Core Endpoints
Metadata Endpoint (/metadata
)
/metadata
)Retrieves comprehensive token information including names, symbols, decimals, creator addresses, and off-chain metadata like descriptions and images. Supports batch requests for up to 36 tokens simultaneously.
Price Endpoint (/price
)
/price
)Provides current and historical pricing data with multiple time-based averages (1-minute, 15-minute, 1-hour, 24-hour) plus latest trade prices. Returns data for tokens launched on major Solana platforms including Raydium, Pump.fun, and others.
Mint Info Endpoint (/mint_info
)
/mint_info
)Delivers detailed launch information for tokens created within the past 24 hours, including creator details, timestamps, trading history, and comprehensive metadata. Specifically tracks tokens from major launch platforms.
Ranking Endpoint (/rank
)
/rank
)Analyzes and ranks tokens based on configurable metrics, particularly price momentum ratios between different time periods. Includes filtering capabilities for top/bottom performers and custom ratio ranges.
Price Subscription Endpoint (/subscribe-price
)
/subscribe-price
)Streams real-time price updates via Server-Sent Events (SSE) for multiple tokens simultaneously. Uses efficient delete/insert operations with sequence numbers to maintain data consistency and enable live price tracking.
Primary Goals
Market Intelligence: Track emerging tokens and their performance across major Solana launch platforms to identify trending opportunities.
Real-Time Monitoring: Provide live price feeds and historical context to support trading decisions and market analysis.
Token Discovery: Enable users to discover and analyze newly launched tokens with comprehensive metadata and trading activity.
Performance Analytics: Rank tokens by momentum indicators and custom metrics to surface high-performing or declining assets.
The API serves traders, analysts, and applications requiring up-to-date Solana token information with particular emphasis on newly launched projects and real-time price movements.
Last updated