MPPtempoquality 0.88

Smart money DCA orders on Solana via Jupiter, from Nansen blockchain analytics

Price
$0.05 / call
Protocol
mpp
Verified
no

What it does

This endpoint returns DCA (Dollar Cost Averaging) orders placed by smart money wallets on Solana through Jupiter DCA. It reveals systematic accumulation and distribution strategies used by sophisticated traders, including deposit amounts, redemption status, input/output tokens, and vault details.

The endpoint is part of Nansen's broader API (v1), which provides blockchain analytics and smart money intelligence across multiple chains. The DCAs endpoint specifically focuses on Solana-based Jupiter DCA activity. It accepts POST requests with optional filters for smart money labels (Fund, Smart Trader, 30D/90D/180D Smart Trader), trader addresses, token symbols, deposit amounts, and DCA status. Results are paginated and sortable by fields like deposit value, creation date, and token amounts. The endpoint costs $0.05 per call via x402 protocol, or 50 credits (free tier) / 5 credits (pro tier) via API key.

Nansen's API covers a wide range of analytics beyond this endpoint, including smart money netflows, DEX trades, perpetual trades, wallet profiling, token screening, Polymarket prediction market data, and AI research agents. All endpoints support x402 pay-per-request settlement alongside traditional API key authentication.

Capabilities

smart-money-dcasolana-jupiter-dcablockchain-analyticswallet-profilingdex-trade-trackingtoken-flow-analysissmart-money-labelspaginationsortingx402-payment

Use cases

  • Track which tokens smart money wallets are systematically accumulating via DCA on Solana
  • Identify new DCA positions opened by funds and smart traders to detect early accumulation signals
  • Monitor DCA vault status (active vs closed) to understand when smart money exits positions
  • Filter DCA activity by specific smart money labels (Fund, Smart Trader) for targeted analysis
  • Analyze deposit sizes and token pairs to understand smart money conviction levels

Fit

Best for

  • Crypto traders seeking alpha from smart money DCA activity on Solana
  • Quantitative researchers building accumulation/distribution signals from on-chain data
  • DeFi analysts monitoring Jupiter DCA usage by labeled wallets
  • Portfolio managers tracking institutional-grade wallet behavior

Not for

  • Real-time trading signals (data has some latency)
  • Non-Solana DCA tracking (this endpoint is Solana/Jupiter-specific)
  • Users needing free unlimited access (each call costs $0.05 or credits)

Quick start

curl -X POST https://api.nansen.ai/api/v1/smart-money/dcas \
  -H 'Content-Type: application/json' \
  -d '{
    "filters": {
      "include_smart_money_labels": ["Fund", "Smart Trader"]
    },
    "pagination": {"page": 1, "per_page": 10}
  }'

Example

Request

{
  "filters": {
    "output_token_symbol": "SOL",
    "include_smart_money_labels": [
      "Fund",
      "Smart Trader"
    ]
  },
  "order_by": [
    {
      "field": "deposit_value_usd",
      "direction": "DESC"
    }
  ],
  "pagination": {
    "page": 1,
    "per_page": 5
  }
}

Response

{
  "data": [
    {
      "dca_status": "Active",
      "dca_created_at": "2025-01-15T10:30:00Z",
      "dca_updated_at": "2025-01-20T15:45:00Z",
      "trader_address": "7BgBvyjrZX8YKHKbbh3FbXzqKFKWJNJRVdVkgLkFUGG1",
      "transaction_hash": "3k2j9h4k5l6m7n8o9p0q...",
      "dca_vault_address": "8CvgjhGJeKM9xkRBKkwRGF2VchUxJKNDLvSfXBmZ4Pqr",
      "deposit_value_usd": 5000,
      "input_token_symbol": "USDC",
      "token_spent_amount": 2500,
      "input_token_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "output_token_symbol": "SOL",
      "deposit_token_amount": 5000,
      "output_token_address": "So11111111111111111111111111111111111111112",
      "trader_address_label": "Smart Trader [7BgBvy]",
      "output_token_redeemed_amount": 15.5
    }
  ],
  "pagination": {
    "page": 1,
    "per_page": 5,
    "is_last_page": false
  }
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.88/ 1.00

Full OpenAPI 3.1 schema with detailed request/response models, clear pricing ($0.05/call via x402), and comprehensive endpoint documentation. The 402 probe confirms the endpoint is live. Slight deduction because no actual response example was captured from the live endpoint, and crawled docs pages returned 404s (only the root health check responded).

Warnings

  • No dedicated documentation site was reachable (docs/pricing/README all returned 404); all info derived from OpenAPI spec
  • Response schema references ($ref SmartMoneyDcasResponse) are defined but example responses are inferred, not captured live

Citations

  • The /api/v1/smart-money/dcas endpoint monitors DCA strategies employed by smart money on Solana through Jupiter DCA
    https://api.nansen.ai
  • The endpoint costs $0.05 per call via x402 protocol, or 50 credits (free) / 5 credits (pro)
    https://api.nansen.ai
  • The endpoint accepts POST with SmartMoneyDcasRequest schema including filters for smart money labels, trader addresses, and token symbols
    https://api.nansen.ai

Provenance

Indexed frommpp_dev
Enriched2026-04-19 15:47:55Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access