Slack Notifications for Whale Alerts and Signals

Get real-time Slack notifications when whales move crypto. Rich formatted messages, customizable channels, and team collaboration features. Keep your entire trading team in sync.

Published March 21, 2026 15 min read Beginner-Friendly

Why Slack Notifications?

Slack is where your team already works. Instead of monitoring a separate dashboard, whale alerts come to your primary communication tool. Your entire team sees signals simultaneously, can discuss implications in threads, and coordinate trading actions without context switching.

Key Benefits

  • Instant team communication — Everyone sees signals in real-time
  • Rich message formatting — Confidence scores, amounts, whale counts, all formatted
  • Thread-based discussion — Team replies in signal thread without cluttering main channel
  • Custom channels — Route different signal types to different channels
  • Searchable history — Audit trail of all signals in Slack message search
  • Integrations with other Slack apps — Connect to monitoring, trading bots, CRM, etc.

Team advantage: When your solo-trading competitor gets a whale signal, they check the chart alone. When your team gets a whale signal in Slack, 5 people see it, 3 jump on charts, 2 check correlated assets, and 1 prepares to execute. Better decision-making through collaboration.

Typical Slack Notification

A whale accumulation signal might appear in Slack like:

  • Title: " Whale Accumulation Detected on BTC"
  • Signal Type: whale_accumulation
  • Confidence: 87%
  • Amount: 2,150 BTC ($89.3M)
  • Whales Involved: 5 major addresses
  • Timestamp: 2026-03-21 14:23:45 UTC
  • Exchange Flow: -$23.4M net outflow (bullish)
  • Quick Actions: "View in Dashboard" button, "Mute Similar Alerts" button

Initial Setup

Step 1: Create Slack Workspace

If you don't have a Slack workspace, create one at slack.com. For trading teams, we recommend a dedicated workspace (not shared with general company Slack) for regulatory/compliance reasons.

Step 2: Install Smart Money App

Smart Money API provides an official Slack App. Go to Slack App Directory, search "Smart Money API", click "Install". Grant the app permissions to post messages.

Step 3: Configure API Key

In Smart Money API console, go to Integrations → Slack. Paste your Slack workspace ID and grant Smart Money API permission to send messages to your workspace. Verify connection by sending test signal.

Step 4: Create Alert Channels

Set up dedicated Slack channels for different alert types:

  • #whale-signals — All whale detection signals
  • #exchange-flows — Large exchange inflows/outflows
  • #derivatives — Funding rate extremes and liquidations
  • #high-confidence — Only signals above 0.80 confidence
  • #market-alerts — General market conditions and news
  • #trading-log — Team executions and P&L updates

Each channel has a specific purpose and audience, preventing alert fatigue.

Get your API key in 30 seconds

Wire this integration to live data in minutes. Free API key, 200 calls/day, no card required.

Get your API key →

Creating Your Slack Bot

Manual Bot Setup (for advanced users)

If you prefer to create your own bot instead of using the official app:

  1. Go to api.slack.com, create new app
  2. Enable Incoming Webhooks
  3. Create webhook URLs for each channel
  4. Copy webhook URLs and add to Smart Money API webhook configuration

Bot Permissions

Your bot needs these OAuth scopes:

Required Slack Scopes
chat:write — Post messages to channels
channels:read — Read channel info
users:read — Get user information
incoming-webhook — Accept webhooks

Bot Naming and Avatar

Name your bot something memorable like "Whale Alert Bot" or "Smart Money Alert". Upload a custom avatar (whale emoji works great) to make messages instantly recognizable in channels.

Webhook Configuration

Slack Webhook URL Format

Each Slack channel has a unique webhook URL. When Smart Money API sends data to this URL, Slack posts a message to the channel:

Webhook Configuration
Channel: #whale-signals
Webhook URL:
https://hooks.slack.com/services/T00000000/
B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
Signal Filter: confidence >= 0.70

Multiple Webhooks for Routing

Set up multiple webhooks in Smart Money API to route signals to different channels based on type:

Signal Type Confidence Threshold Target Channel
whale_accumulation > 0.75 #whale-signals
exchange_outflow > 0.70 #exchange-flows
funding_rate_extreme > 0.80 #derivatives
Any Signal > 0.85 #high-confidence

Message Formatting and Rich Embeds

Slack Block Kit JSON

Smart Money API uses Slack Block Kit to format rich messages. Each webhook payload includes JSON that Slack renders as beautifully formatted cards:

Slack Message Payload
{
"blocks": [
{
"type": "header",
"text": {"type": "plain_text", "text": " Whale Accumulation"}
},
{
"type": "section",
"fields": [
{"type": "mrkdwn", "text": "*Confidence*\n87%"},
{"type": "mrkdwn", "text": "*Amount*\n2,150 BTC"},
{"type": "mrkdwn", "text": "*Value*\n$89.3M"},
{"type": "mrkdwn", "text": "*Whales*\n5 addresses"}
]
}
]
}

Interactive Buttons in Messages

Add action buttons to Slack messages for quick access:

  • "View on TradingView" — Links to chart
  • "See Full Signal" — Links to Smart Money API dashboard
  • "Mute Similar Alerts" — Quick filter adjustment
  • "Mark as Traded" — Log that team executed on this signal

Channel Organization Strategy

Recommended Channel Structure

#whale-signals (Main)

All whale accumulation and distribution signals above confidence threshold. This is your primary channel. Set notifications to "All Messages" so traders never miss signals.

#exchange-flows (Secondary)

Large exchange inflows/outflows. Signals that whales are moving capital on/off exchanges. Lower urgency than whale signals.

#derivatives (Technical)

Funding rate extremes and leverage liquidations. For traders focused on derivatives. Can be less critical for spot traders.

#high-confidence (VIP)

Only highest-confidence signals (>0.85). Reserved for signals that statistically have highest win rate. Team leads review these for team-wide coordination.

#trading-log (Execution)

Manual posts from traders logging their executions. "I bought 2 BTC at $45,230 based on whale accumulation signal" → allows team to track who's executing.

Notification Settings Best Practices

Configure notification levels per channel to avoid fatigue:

  • #whale-signals → "All messages with @mention" (never miss)
  • #exchange-flows → "Mention only" (less critical)
  • #derivatives → "Highlight only" (background awareness)
  • #high-confidence → "All messages" (team alarm)
  • #trading-log → "Mention only" (FYI)

Alert Types and Severity Levels

Whale Accumulation

Multiple whales buying large quantities simultaneously. emoji, green color code. Bullish signal. High priority.

Whale Distribution

Multiple whales selling large quantities simultaneously. emoji, red color code. Bearish signal. High priority.

Exchange Outflow

Large volume moved off exchanges. emoji, blue color code. Indicates whale confidence/hodling. Medium priority.

Exchange Inflow

Large volume moved to exchanges. emoji, orange color code. Indicates preparation to sell. Medium priority.

Funding Rate Extreme

Derivatives leverage at unsustainable levels. emoji, yellow color code. Liquidation risk signal. Medium-High priority.

Whale Divergence

Price and whale metrics diverging (high-probability setup). emoji, purple color code. Technical + on-chain confluence. Highest priority.

Team Collaboration Features

Thread-Based Discussion

When a whale signal posts to #whale-signals, team members reply in the signal's thread (not cluttering main channel). One trader says "Looks good, I'm buying 5 BTC". Another says "Exchange flows confirm, agree". Team lead says "Approved for all members".

Signal Acknowledgment

Use Slack reactions to quickly acknowledge signals without typing:

  • — "Saw this, analyzing"
  • — "I traded this signal"
  • — "Skipping this one"
  • — "This one printed money"
  • — "This signal was wrong"

Daily Standup in Slack

Start trading day with brief Slack message in #trading-log:

  • "Morning team. 3 whale signals overnight, all on BTC. Confidence range 72-89%. Yesterday: 4 signals, 2 winners, 2 losses, +0.23 BTC total P&L."

Slack Reminders

Set up reminders for team action items:

  • Every Monday 9 AM → "Weekly strategy review. What worked this week?"
  • Every Friday 5 PM → "Weekly recap. Post your P&L and lessons learned."
  • Daily 4:55 PM UTC → "Market close in 5 minutes. Close your positions."

Collaboration insight: Teams that discuss signals in Slack before trading outperform solo traders by 40%+ on average. Not because Slack is magical, but because open discussion reveals blind spots, prevents FOMO trades, and ensures trades align with strategy.

Keep Your Team in Sync with Slack Alerts

Receive whale signals directly in your Slack channels. Keep entire trading team informed of market moves in real-time with rich formatted messages and team collaboration features.

View Pricing Plans
All plans include Slack integration. Fastest notifications with Trader plan and above.

Related Integrations

Start free — 200 calls/day, no card

Get live whale flow, funding, open interest and on-chain data across 3 exchanges from one API. Free tier, no credit card, upgrade any time.

Start free →
Try the live API console → (no account needed)