KOL Position Updates
Get real-time position updates for tracked KOL wallets across any Solana token.
Connection
const ws = new WebSocket("wss://kolstream.cabalspy.xyz?apiKey=YOUR_API_KEY");const ws = new WebSocket("wss://kolstream.cabalspy.xyz");
// After connection:
// Send auth via header: Authorization: Bearer YOUR_API_KEYSubscriptions
Subscribe to a specific token
ws.send(JSON.stringify({
type: "subscribe",
token: "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263"
}));Subscribe to all tokens
Unsubscribe
List active subscriptions
Connection Flow
System Messages
type
When
Fields
Example Message — position_update
Field Reference
Transaction
Field
Type
Description
Wallet
Field
Type
Description
SOL
Field
Type
Description
Fees
Field
Type
Description
Token
Field
Type
Description
Position
Field
Type
Description
Errors
Notes
Last updated