Get started with Solentrix and harness early momentum signals on Solana.
Contact the Solentrix team or acquire $SLTX tokens to receive your unique access key.
Use your access key to unlock the Solentrix dashboard and begin monitoring momentum signals.
Set up custom alerts for wallet activity, volume spikes, and momentum thresholds.
Track wallet behavior patterns and identify emerging echo patterns across connected addresses.
Real-time momentum scores for tokens based on transaction velocity and wallet clustering.
Configure threshold-based alerts for specific tokens, wallets, or momentum conditions.
Integrate Solentrix signals into your own tools and trading bots via REST API.
All API requests require your access key in the Authorization header:
Authorization: Bearer YOUR_ACCESS_KEYRetrieve current momentum signals for Solana tokens:
GET /api/v1/signalsQuery Parameters:
token - Filter by token addressthreshold - Minimum momentum score (0-100)limit - Number of results (default: 20)Monitor a specific wallet for activity:
POST /api/v1/wallets/trackRequest Body:
{
"wallet_address": "...",
"alert_threshold": 75
}Join our community on Discord or Telegram for support, feature requests, and discussions with other Solentrix users.