Skip to main content
This tutorial introduces how to build a Smart Money tracking system that monitors smart money address trading behavior in real-time to obtain valuable market signals.
Estimated Time: 45 minutes
Difficulty Level: ⭐⭐⭐ Intermediate

Objective

Build a complete Smart Money tracking system: Feature Checklist:
  • ✅ Get Smart Money list
  • ✅ Subscribe to SM trading stream
  • ✅ Trade parsing and pattern recognition
  • ✅ Signal notifications

Methodology Review

Before starting, we recommend reading Smart Money Methodology to understand:
  • Definition and types of Smart Money
  • Scoring model (Smart Score)
  • Signal strength interpretation
  • Usage considerations

Step 1: Get SM List

API to Get Smart Money List

Using Preset Lists


Step 2: Subscribe to Trades

WebSocket Subscription

The WebSocket examples in this tutorial use simplified pseudo-code to illustrate the concept. For the actual WebSocket subscription format and available channels, see the WebSocket API Reference.

Or Use Webhook


Step 3: Analysis and Notification

Trade Parsing

Notification Module


Complete Code


Use Cases

Copy-Trading Reference

Market Sentiment Indicator


Important Notes

Important Reminders:
  1. Don’t blindly copy-trade — SM signals are for reference only
  2. Mind the delay — On-chain confirmation + analysis has latency
  3. Diversify attention — Multiple SM resonance signals are more valuable
  4. Independent research — Combine with fundamentals for judgment

Smart Money Methodology

Understand SM scoring model

Webhook Fundamentals

Use Webhook instead of WebSocket