Back to Home

Documentation

Get started with Solentrix and harness early momentum signals on Solana.

Quick Start

  1. 1

    Obtain an Access Key

    Contact the Solentrix team or acquire $SLTX tokens to receive your unique access key.

  2. 2

    Enter the Platform

    Use your access key to unlock the Solentrix dashboard and begin monitoring momentum signals.

  3. 3

    Configure Alerts

    Set up custom alerts for wallet activity, volume spikes, and momentum thresholds.

Core Features

Wallet Echo Detection

Track wallet behavior patterns and identify emerging echo patterns across connected addresses.

Momentum Scoring

Real-time momentum scores for tokens based on transaction velocity and wallet clustering.

Custom Alerts

Configure threshold-based alerts for specific tokens, wallets, or momentum conditions.

API Access

Integrate Solentrix signals into your own tools and trading bots via REST API.

API Reference

Authentication

All API requests require your access key in the Authorization header:

Authorization: Bearer YOUR_ACCESS_KEY

Get Momentum Signals

Retrieve current momentum signals for Solana tokens:

GET /api/v1/signals

Query Parameters:

  • token - Filter by token address
  • threshold - Minimum momentum score (0-100)
  • limit - Number of results (default: 20)

Track Wallet

Monitor a specific wallet for activity:

POST /api/v1/wallets/track

Request Body:

{ "wallet_address": "...", "alert_threshold": 75 }

Need Help?

Join our community on Discord or Telegram for support, feature requests, and discussions with other Solentrix users.