Skip to content

Smart Money

Capital controlled by institutional investors, hedge funds, or experienced traders who are perceived to have an informational or analytical edge. Tracking smart money flows can provide insight into likely future price direction, as these participants often position before major moves.

Definition

Capital controlled by institutional investors, hedge funds, or experienced traders who are perceived to have an informational or analytical edge. Tracking smart money flows can provide insight into likely future price direction, as these participants often position before major moves.

Live Data Example </> API
# Smart Money live data
$ curl command:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v3/signals/smart-money?coin=BTC
Endpoint: /v3/signals/smart-money?coin=BTC
Get your API key →

Current Smart Money data from the Algo Tick API:

{
  "wallets": [
    {
      "wallet_hash": "f057e32d",
      "label": "BTC Market Maker",
      "pnl_30d_usd": 24595.43,
      "win_rate": 0.62,
      "avg_position_size_usd": 1639695.0,
      "last_action": "sell",
      "last_action_coin": "BTC",
      "last_action_time": "2026-03-12T20:39:58.407Z",
      "current_exposure_usd": 409924.0,
      "conviction_score": 0.5
    }
  ],
  "aggregate_signal": "bearish",
  "net_flow_usd_24h": -409924.0,
  "hottest_coins": [
    {
      "coin": "BTC",
 ...
# Fetch this yourself:
curl -H "X-API-Key: YOUR_KEY" https://algotick.dev/v3/signals/smart-money?coin=BTC

Related Terms

Don't just stare at the dashboard. Automate it.

Every metric on this page is available via our sub-millisecond API.
Build trading bots, backtest strategies, and power AI agents with institutional-grade data.

Get API Key →