{"uid":"cap_d1RnmjKfwW-QV8W1YnHUY","slug":"api-nansen-ai-2cf08643","name":"Nansen Jupiter DCA Data","description":"Get \"Token God Mode\" (TGM) Jupiter DCA data","url":"https://api.nansen.ai/api/v1/tgm/jup-dca","method":"GET","headers":{},"bodySchema":{"type":"object","title":"TGMJupDcaRequest","required":["token_address"],"properties":{"filters":{"anyOf":[{"type":"object","title":"TGMJupDcaFilters","properties":{"status":{"anyOf":[{"enum":["Active","Closed"],"type":"string","title":"TGMJupDcaStatus","description":"Enum for TGM Jupiter DCA status values."}],"examples":["Active","Closed"],"description":"DCA vault status filter"},"token_input":{"anyOf":[{"type":"string"}],"title":"Token Input","examples":["USDC","%SOL%"],"description":"Input token symbol filter"},"token_output":{"anyOf":[{"type":"string"}],"title":"Token Output","examples":["PEPE","%BTC%"],"description":"Output token symbol filter"},"trader_label":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Trader Label","examples":["High Gas Consumer"],"description":"Trader label filter"},"creation_hash":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Creation Hash","examples":["3k2j9h4k5l6m7n8o9p0q1r2s3t4u5v6w7x8y9z0a1b2c3d4e5f6g7h8i9j0k1l2m"],"description":"Creation transaction hash filter"},"deposit_spent":{"anyOf":[{"type":"object","title":"NumericRangeFilter","properties":{"max":{"anyOf":[{"type":"number"}],"title":"Max","examples":[50000,10000000,100],"description":"Maximum value (inclusive)"},"min":{"anyOf":[{"type":"number"}],"title":"Min","examples":[1000,1000000,-50,0],"description":"Minimum value (inclusive)"}},"description":"Filter for numeric values (floats) with optional min/max bounds.\nUse for prices, volumes, ratios, and other decimal values. - Values between -10.5 and 100.75"}],"examples":[{"min":10}],"description":"Deposit spent amount range filter"},"deposit_amount":{"anyOf":[{"type":"object","title":"NumericRangeFilter","properties":{"max":{"anyOf":[{"type":"number"}],"title":"Max","examples":[50000,10000000,100],"description":"Maximum value (inclusive)"},"min":{"anyOf":[{"type":"number"}],"title":"Min","examples":[1000,1000000,-50,0],"description":"Minimum value (inclusive)"}},"description":"Filter for numeric values (floats) with optional min/max bounds.\nUse for prices, volumes, ratios, and other decimal values. - Values between -10.5 and 100.75"}],"examples":[{"min":100}],"description":"Deposit amount range filter"},"trader_address":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Trader Address","examples":["7BgBvyjrZX8YKHKbbh3FbXzqKFKWJNJRVdVkgLkFUGG1"],"description":"Trader address filter"},"dca_vault_address":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Dca Vault Address","examples":["8CvgjhGJeKM9xkRBKkwRGF2VchUxJKNDLvSfXBmZ4Pqr"],"description":"DCA vault address filter"},"deposit_usd_value":{"anyOf":[{"type":"object","title":"NumericRangeFilter","properties":{"max":{"anyOf":[{"type":"number"}],"title":"Max","examples":[50000,10000000,100],"description":"Maximum value (inclusive)"},"min":{"anyOf":[{"type":"number"}],"title":"Min","examples":[1000,1000000,-50,0],"description":"Minimum value (inclusive)"}},"description":"Filter for numeric values (floats) with optional min/max bounds.\nUse for prices, volumes, ratios, and other decimal values. - Values between -10.5 and 100.75"}],"examples":[{"min":1000}],"description":"Deposit USD value range filter"},"input_mint_address":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Input Mint Address","examples":["EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"],"description":"Input token mint address filter"},"output_mint_address":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Output Mint Address","examples":["2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv"],"description":"Output token mint address filter"},"other_token_redeemed":{"anyOf":[{"type":"object","title":"NumericRangeFilter","properties":{"max":{"anyOf":[{"type":"number"}],"title":"Max","examples":[50000,10000000,100],"description":"Maximum value (inclusive)"},"min":{"anyOf":[{"type":"number"}],"title":"Min","examples":[1000,1000000,-50,0],"description":"Minimum value (inclusive)"}},"description":"Filter for numeric values (floats) with optional min/max bounds.\nUse for prices, volumes, ratios, and other decimal values. - Values between -10.5 and 100.75"}],"examples":[{"min":1}],"description":"Other token redeemed amount range filter"},"exclude_smart_money_labels":{"anyOf":[{"type":"array","items":{"enum":["30D Smart Trader","90D Smart Trader","180D Smart Trader","Fund","Smart Trader","Public Figure","Exchange","Whale","BananaGun Bot User","Top Maestro Bot User","Top BananaGun Bot User","Maestro Bot User","Early MAGIC Miner","First Mover LP","First Mover Staking","Profitable LP","Smart HL Perps Trader"],"type":"string","title":"LabelType","description":"Filter by entity label type."}}],"title":"Exclude Smart Money Labels","examples":[["Public Figure"],["Exchange"]],"description":"Exclude smart money labels for traders"},"include_smart_money_labels":{"anyOf":[{"type":"array","items":{"enum":["30D Smart Trader","90D Smart Trader","180D Smart Trader","Fund","Smart Trader","Public Figure","Exchange","Whale","BananaGun Bot User","Top Maestro Bot User","Top BananaGun Bot User","Maestro Bot User","Early MAGIC Miner","First Mover LP","First Mover Staking","Profitable LP","Smart HL Perps Trader"],"type":"string","title":"LabelType","description":"Filter by entity label type."}}],"title":"Include Smart Money Labels","examples":[["Public Figure"],["Exchange"]],"description":"Include smart money labels for traders"}},"description":"Filters for TGM Jupiter DCA endpoint.\n\nThese filters control which Jupiter DCA orders are included in the analysis.","additionalProperties":false}],"examples":[{"status":"Closed","deposit_amount":{"min":100},"deposit_usd_value":{"min":1000}}],"description":"Additional filters to apply to the query."},"pagination":{"type":"object","title":"PaginationRequest","properties":{"page":{"type":"integer","title":"Page","default":1,"minimum":1,"description":"Page number (1-based)"},"per_page":{"type":"integer","title":"Per Page","default":10,"maximum":1000,"minimum":1,"description":"Number of records per page (max 1000)"}},"description":"Pagination parameters for API requests."},"token_address":{"type":"string","title":"Token Address","examples":["2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv"],"description":"Token address on Solana"}},"description":"Request model for TGM Jupiter DCA endpoint.\n\nThis endpoint provides Jupiter DCA orders with stats per vault for a specific token.\nOnly supports Solana chain as Jupiter DCA is exclusive to Solana.","additionalProperties":false},"responseSchema":{"type":"object","title":"TGMJupDcaResponse","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"type":"object","title":"TGMJupDca","required":["trader_address"],"properties":{"status":{"anyOf":[{"enum":["Active","Closed"],"type":"string","title":"TGMJupDcaStatus","description":"Enum for TGM Jupiter DCA status values."}],"examples":["Active","Closed"],"description":"The status of the DCA vault"},"token_input":{"anyOf":[{"type":"string"}],"title":"Token Input","examples":["USDC"],"description":"The symbol of the input token"},"token_output":{"anyOf":[{"type":"string"}],"title":"Token Output","examples":["PEPE"],"description":"The symbol of the output token"},"trader_label":{"anyOf":[{"type":"string"}],"title":"Trader Label","examples":["High Gas Consumer"],"description":"The label of the trader obtained from Nansen's multichain data"},"creation_hash":{"anyOf":[{"type":"string"}],"title":"Creation Hash","examples":["3k2j9h4k5l6m7n8o9p0q1r2s3t4u5v6w7x8y9z0a1b2c3d4e5f6g7h8i9j0k1l2m"],"description":"The transaction hash at the time of creation"},"deposit_spent":{"anyOf":[{"type":"number"}],"title":"Deposit Spent","examples":[250.5],"description":"The amount spent from the deposit"},"deposit_amount":{"anyOf":[{"type":"number"}],"title":"Deposit Amount","examples":[1000],"description":"The amount deposited into the DCA vault"},"last_timestamp":{"anyOf":[{"type":"string"}],"title":"Last Timestamp","examples":["2024-01-20T15:45:00Z"],"description":"The timestamp of the latest transaction"},"trader_address":{"type":"string","title":"Trader Address","examples":["7BgBvyjrZX8YKHKbbh3FbXzqKFKWJNJRVdVkgLkFUGG1"],"description":"The address of the trader"},"since_timestamp":{"anyOf":[{"type":"string"}],"title":"Since Timestamp","examples":["2024-01-15T10:30:00Z"],"description":"The timestamp of the earliest transaction"},"dca_vault_address":{"anyOf":[{"type":"string"}],"title":"Dca Vault Address","examples":["8CvgjhGJeKM9xkRBKkwRGF2VchUxJKNDLvSfXBmZ4Pqr"],"description":"The address of the DCA vault"},"deposit_usd_value":{"anyOf":[{"type":"number"}],"title":"Deposit Usd Value","examples":[1000],"description":"The USD value of the deposit"},"input_mint_address":{"anyOf":[{"type":"string"}],"title":"Input Mint Address","examples":["EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"],"description":"The mint address of the input token"},"output_mint_address":{"anyOf":[{"type":"string"}],"title":"Output Mint Address","examples":["2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv"],"description":"The mint address of the output token"},"other_token_redeemed":{"anyOf":[{"type":"number"}],"title":"Other Token Redeemed","examples":[50.25],"description":"The amount of other tokens redeemed"}},"description":"Individual TGM Jupiter DCA record.\n\nRepresents a single Jupiter DCA order with stats per vault."},"title":"Data","description":"List of TGM Jupiter DCA records"},"pagination":{"type":"object","title":"PaginationInfo","properties":{"page":{"type":"integer","title":"Page","default":1,"minimum":1,"description":"Current page number"},"per_page":{"type":"integer","title":"Per Page","default":10,"maximum":1000,"minimum":1,"description":"Number of records per page"},"is_last_page":{"type":"boolean","title":"Is Last Page","default":true,"description":"Whether this is the last page"}},"description":"Pagination information for API responses."}},"description":"Response model for TGM Jupiter DCA endpoint.\n\nContains a list of Jupiter DCA records with pagination and metadata."},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Bs9BgVqhsnUchwO7nsOO_","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Retrieves Jupiter DCA (Dollar Cost Averaging) order stats per vault for a specific Solana token","exampleAgentPrompt":"Show me the Jupiter DCA order stats and vault breakdown for the Solana token at address So11111111111111111111111111111111111111112 — filter by recent deposits if possible.","exampleUseCases":null,"resultDescription":"Returns Jupiter DCA orders with aggregated statistics per vault for the specified Solana token, including order details, vault-level breakdowns, and optionally filtered/paginated results.","failureModes":["Invalid or missing token_address returns an error or empty result","Malformed filters object causes a 400 bad request","Pagination parameters out of range return empty results","Token with no Jupiter DCA activity returns empty dataset","Rate limiting or payment failure returns 402 or 429 error"],"whenToPreferThis":"Use this endpoint when you need on-chain Jupiter DCA order analytics for a specific Solana token, especially vault-level aggregations and smart money DCA flow data. Prefer this over generic on-chain data sources when you need Nansen's labeled wallet and entity intelligence layered on top of raw DCA data.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-16T06:53:06.089Z","isFirstParty":false}