You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-6Lines changed: 37 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@ Official JavaScript/TypeScript client for the [Solana Tracker Data API](https://
11
11
- Real-time data streaming via WebSocket (Datastream)
12
12
- Built-in error handling with specific error types
13
13
- Compatible with both Node.js and browser environments
14
-
-**NEW**: Snipers and insiders tracking via WebSocket
14
+
-**NEW**: Snipers and insiders tracking via WebSocket
15
+
-**NEW**: Enhanced error details for better debugging
16
+
-**NEW**: Subscribe to Wallet Balance updates
17
+
- Support for all pool types including launchpad and meteora curve pools (Shows which platform token is released on, Moonshot, Bonk, Jupiter Studio etc)
1.**Snipers and Insiders Tracking**: Monitor wallets that are identified as snipers or insiders for any token via WebSocket subscriptions
437
-
2.**Enhanced Error Handling**: Error responses now include detailed error information from the API when available
438
-
3.**Subscription Endpoint**: New endpoint to get subscription details including plan, credits, and billing information
439
-
4.**Updated Type Definitions**:
458
+
2.**Wallet Balance Tracking**: Real-time monitoring of token balance changes for any wallet via WebSocket
459
+
3.**Enhanced Error Handling**: Error responses now include detailed error information from the API when available
460
+
4.**Subscription Endpoint**: New endpoint to get subscription details including plan, credits, and billing information
461
+
5.**Updated Type Definitions**:
440
462
- Added `volume24h` field to transaction statistics
441
463
- Enhanced `TokenRisk` interface with detailed snipers/insiders data
442
464
- Added `MultiTokensResponse` for the `/tokens/multi` endpoint
443
-
- Updated `Launchpad` and `MeteoraCurve` interfaces for finding the specific platform a token launched on (letsbonk.fun, moonshot etc.)
465
+
- Updated `Launchpad` and `MeteoraCurve` interfaces for pool-specific data (Shows which platform token is released on, Moonshot, Bonk, Jupiter Studio etc)
444
466
- Added `SubscriptionResponse` for subscription information
0 commit comments