CLI Tool
The Solar Sentra CLI provides command-line access to all platform features.Installation
path=null start=null
Authentication
path=null start=null
Commands
Track a walletpath=null start=null
path=null start=null
path=null start=null
Browser Extension
Install the Solar Sentra browser extension for Chrome, Firefox, and Brave.Features
- One-click wallet tracking from Solscan and Solana Explorer
- Real-time notifications for tracked wallets
- Portfolio overview with profit/loss calculations
- Quick access to transaction history
Installation
Available on Chrome Web Store and Firefox Add-ons marketplace.Webhook Integration
Receive real-time notifications via HTTP callbacks.Setup
Configure webhooks in your dashboard atapp.solarsentra.io/webhooks.
Event Types
| Event | Description | Payload |
|---|---|---|
wallet.transaction | New transaction detected | Transaction object |
wallet.balance | Balance changed | Balance data |
wallet.token | Token account updated | Token info |
alert.triggered | Custom alert fired | Alert details |
Webhook Payload
path=null start=null
Security
All webhook requests include a signature header for verification:path=null start=null
GraphQL Playground
Interactive GraphQL API explorer available atapi.solarsentra.io/graphql.
Example Query
path=null start=null
Testing Sandbox
Use our testing environment with mock data for development. Endpoint:https://sandbox.solarsentra.io
Test Wallets:
TEST_WALLET_ACTIVE- Simulates active trading walletTEST_WALLET_WHALE- High-value wallet with large transactionsTEST_WALLET_NFT- NFT-focused wallet
Postman Collection
Download our complete API collection for Postman: Download Collection Includes pre-configured requests for all endpoints with example responses.All tools are open source and available on our GitHub repository.

