Jupiter DCAs
Deprecation Notice: The /beta API endpoints will be deprecated on 01 October 2025. Please migrate your integrations to the /v1 endpoints before this date to ensure uninterrupted service.
List of Jupiter DCA orders with stats per vault, created by Smart Money addresses
Authorizations
Body
Responses
200
Successful response
application/json
400
Bad request
application/json
401
Authentication error
application/json
403
Forbidden - Subscription tier required
application/json
500
Internal server error
application/json
post
/api/beta/smart-money/dcasPOST /api/beta/smart-money/dcas HTTP/1.1
Host: api.nansen.ai
apiKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 216
{
  "parameters": {
    "chain": "solana",
    "smFilter": [
      "180D Smart Trader",
      "Fund",
      "Smart Trader"
    ],
    "excludeSmFilter": [],
    "tokenAddress": "2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv"
  },
  "pagination": {
    "page": 1,
    "recordsPerPage": 100
  }
}[
  {
    "sinceTimestamp": "text",
    "lastTimestamp": "text",
    "traderAddress": "text",
    "creationHash": "text",
    "traderLabel": "text",
    "dcaVaultAddress": "text",
    "inputMintAddress": "text",
    "outputMintAddress": "text",
    "depositAmount": "text",
    "depositSpent": "text",
    "otherTokenRedeemed": "text",
    "closed": "text",
    "tokenInput": "text",
    "tokenOutput": "text",
    "depositUsdValue": "text"
  }
]Last updated
Was this helpful?
