Intelligence

Track smart money netflow for a token

Smart-money netflow is the net movement of value in and out of wallets the intel engine tags as informed. Query it market-wide for a token or per address, and get the numbers back as structured data instead of a locked chart.

Before you start
  • A live API key with a positive credit balance
  • The token contract (or a single address) and chain

1Query market-wide netflow for a token

Pass the chain and token to the market-wide netflow endpoint. It is C3-metered and returns aggregate smart-money inflow and outflow.

curl "https://api.1st-node.com/v1/intel/eth/smart-money/netflow?token=0xa0b8..eb48" \
  -H "Authorization: Bearer sk_live_..."

2Read the netflow numbers

The response carries inflow, outflow and net figures plus the window. Positive net means smart-money accumulation over the window.

> { "token": "USDC", "window": "24h",
>   "inflow_usd": 5820000, "outflow_usd": 3110000,
>   "net_usd": 2710000, "wallets": 142 }

3Narrow to a single address

To attribute the flow, call the per-address netflow endpoint. Use this to see whether one entity drives the aggregate.

curl https://api.1st-node.com/v1/intel/eth/0x9a..f2/netflow \
  -H "Authorization: Bearer sk_live_..."

4Store and combine with trading data

Persist the net figures per window so signals are reproducible, and join them with on-chain trading data on the same key to build an accumulation view.

Frequently asked

Who counts as smart money?

Wallets the intel engine tags as informed based on historical behavior. Each is a cluster-level attribution, not a named trader.

Can I chart this myself?

Yes. Netflow comes back as numbers per window, so you own the series and can chart or alert on it however you want.

Keep reading

Top up, get a key, ship.

Self-serve. Pay in crypto or card. Metered by credits — heavy primitives cost more, simple ones are cheap.

Get API key