nansen_smart_money_netflow

Pack: nansen · Endpoint: https://gateway.pipeworx.io/nansen/mcp

What is smart money buying or selling (net flow) on chain X — returns tokens ranked by net USD flow from Nansen “Smart Money” wallets (top traders + funds) over a time window. Positive = accumulation, negative = distribution. Example: nansen_smart_money_netflow({ chain: “ethereum”, timeframe: “1d”, _apiKey: “your-nansen-key” })

Parameters

NameTypeRequiredDescription
chainstringnoChain to query (default “ethereum”), e.g. “ethereum”, “solana”, “base”, “arbitrum”.
timeframestringnoNet-flow window to rank/surface: “1h”, “1d” (=24h), “7d”, or “30d”. Default “1d”.
limitintegernoMax tokens to return (default 20, max 50).
_apiKeystringyesNansen API key from your nansen.ai account (paid — $10/10k credits PAYG).

Example call

curl -X POST https://gateway.pipeworx.io/nansen/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nansen_smart_money_netflow","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nansen": {
      "url": "https://gateway.pipeworx.io/nansen/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026