Jupiter DCAs
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
POST /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?