{"uid":"cap_0vKpNJshEGlZuqyoaDwO9","slug":"api-nansen-ai-78831e70","name":"Nansen Smart Money DEX Trades","description":"Get Smart Money DEX Trades Data","url":"https://api.nansen.ai/api/v1/smart-money/dex-trades","method":"GET","headers":{},"bodySchema":{"type":"object","title":"SmartMoneyDexTradesRequest","required":["chains"],"properties":{"chains":{"type":"array","items":{"enum":["all","arbitrum","avalanche","base","bnb","ethereum","hyperevm","iotaevm","linea","mantle","monad","optimism","plasma","polygon","ronin","scroll","sei","solana","sonic"],"type":"string","title":"SmartMoneyChain","description":"Chains supported in smart money analysis."},"title":"Chains","examples":[["ethereum","solana"]],"description":"Chains to include in the analysis (only smart money supported chains). Use 'all' to include all available chains."},"filters":{"anyOf":[{"type":"object","title":"SmartMoneyDexTradesFilters","properties":{"chain":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Chain","examples":["ethereum",["ethereum","solana"]],"description":"Blockchain network filter"},"token_sold_fdv":{"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":[{"max":10000000,"min":1000000}],"description":"FDV range filter for sold tokens"},"trader_address":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Trader Address","examples":["0x28c6c06298d514db089934071355e5743bf21d60"],"description":"Trader address filter"},"trade_value_usd":{"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":[{"max":10000,"min":1000}],"description":"Trade value range filter in USD"},"token_bought_fdv":{"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":[{"max":10000000,"min":1000000}],"description":"FDV range filter for bought tokens"},"transaction_hash":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Transaction Hash","examples":["0x61adb6da30853c5988f0204dd9f6e4abbc878e02c34030a4f707cf4ec3124bcb"],"description":"Transaction hash filter"},"token_sold_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":[{"max":500,"min":50}],"description":"Amount range filter for sold tokens"},"token_sold_symbol":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Token Sold Symbol","examples":["DAI","%DAI%"],"description":"Symbol filter for sold tokens"},"token_sold_address":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Token Sold Address","examples":["0x1234...","%DAI%"],"description":"Token address filter for sold tokens"},"token_bought_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":[{"max":1000,"min":100}],"description":"Amount range filter for bought tokens"},"token_bought_symbol":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Token Bought Symbol","examples":["USDC"],"description":"Symbol filter for bought tokens"},"token_sold_age_days":{"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":[{"max":365,"min":1}],"description":"Age range filter for sold tokens in days"},"token_bought_address":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Token Bought Address","examples":["0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"],"description":"Token address filter for bought tokens"},"trader_address_label":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}},{"type":"null"}],"title":"Trader Address Label","examples":["Smart Money","%Fund%"],"description":"Trader name or label filter"},"token_bought_age_days":{"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":[{"max":365,"min":1}],"description":"Age range filter for bought tokens in days"},"token_sold_market_cap":{"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":[{"max":10000000,"min":1000000}],"description":"Market cap range filter for sold tokens"},"token_bought_market_cap":{"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":[{"max":10000000,"min":1000000}],"description":"Market cap range filter for bought tokens"},"exclude_smart_money_labels":{"anyOf":[{"type":"array","items":{"enum":["Fund","Smart Trader","30D Smart Trader","90D Smart Trader","180D Smart Trader","Smart HL Perps Trader"],"type":"string","title":"SmartMoneyFilterType","description":"Filter by smart money label type."}}],"title":"Exclude Smart Money Labels","examples":[["30D Smart Trader"]],"description":"Smart money category filters"},"include_smart_money_labels":{"anyOf":[{"type":"array","items":{"enum":["Fund","Smart Trader","30D Smart Trader","90D Smart Trader","180D Smart Trader","Smart HL Perps Trader"],"type":"string","title":"SmartMoneyFilterType","description":"Filter by smart money label type."}}],"title":"Include Smart Money Labels","examples":[["Fund","Smart Trader"]],"description":"Smart money category filters"}},"description":"Filters for smart money DEX trades endpoint.\n\nThese filters control which DEX trades, tokens, and traders\nare included in the trades analysis.","additionalProperties":false}],"examples":[{"trade_value_usd":{"max":10000,"min":1000},"token_bought_age_days":{"max":30,"min":1},"exclude_smart_money_labels":["30D Smart Trader"],"include_smart_money_labels":["Fund","Smart Trader"]}],"description":"Additional filters to apply. Only filters for columns that are being selected will be applied."},"order_by":{"anyOf":[{"type":"array","items":{"type":"object","title":"SortOrder[SmartMoneyDexTradesSortField]","required":["field","direction"],"properties":{"field":{"enum":["chain","block_timestamp","transaction_hash","trader_address","trader_address_label","token_bought_address","token_sold_address","token_bought_amount","token_sold_amount","token_bought_symbol","token_sold_symbol","token_bought_age_days","token_sold_age_days","token_bought_market_cap","token_sold_market_cap","token_bought_fdv","token_sold_fdv","trade_value_usd"],"type":"string","title":"SmartMoneyDexTradesSortField","description":"Enum for sortable fields in smart money dex trades."},"direction":{"enum":["ASC","DESC"],"type":"string","title":"SortDirection","description":"Enum for sort directions."}}}}],"title":"Order By","description":"Custom sort order to override the endpoint's default ordering.\n\nExamples:\n- [{\"field\": \"trade_value_in_usd\", \"direction\": \"DESC\"}] - Sort by trade value descending\n- [{\"field\": \"block_timestamp\", \"direction\": \"ASC\"}] - Sort by timestamp ascending\n- [{\"field\": \"token_bought_amount\", \"direction\": \"DESC\"}, {\"field\": \"block_timestamp\", \"direction\": \"ASC\"}] - Sort by bought amount descending, then timestamp ascending"},"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."}},"description":"","additionalProperties":false},"responseSchema":{"type":"object","title":"SmartMoneyDexTradesResponse","required":["data","pagination"],"properties":{"data":{"type":"array","items":{"type":"object","title":"SmartMoneyDexTrade","required":["chain","block_timestamp","transaction_hash","trader_address","trader_address_label","token_bought_address","token_sold_address","token_bought_symbol","token_sold_symbol","token_bought_age_days","token_sold_age_days"],"properties":{"chain":{"type":"string","title":"Chain","description":"Blockchain chain"},"token_sold_fdv":{"anyOf":[{"type":"number"}],"title":"Token Sold Fdv","description":"Fully Diluted Valuation of sold token in USD (total_supply x price). May be very large for tokens with no circulating supply data."},"trader_address":{"type":"string","title":"Trader Address","description":"Hexadecimal representation of the trader's address, i.e. the signer of the transaction"},"block_timestamp":{"type":"string","title":"Block Timestamp","description":"Block timestamp of the trade"},"trade_value_usd":{"anyOf":[{"type":"number"}],"title":"Trade Value Usd","description":"Either token_bought_in_usd or token_sold_in_usd, if token_bought_in_usd is 0"},"token_bought_fdv":{"anyOf":[{"type":"number"}],"title":"Token Bought Fdv","description":"Fully Diluted Valuation of bought token in USD (total_supply x price). May be very large for tokens with no circulating supply data."},"transaction_hash":{"type":"string","title":"Transaction Hash","description":"Transaction hash"},"token_sold_amount":{"anyOf":[{"type":"number"}],"title":"Token Sold Amount","description":"Amount of token sold  in decimal amount"},"token_sold_symbol":{"type":"string","title":"Token Sold Symbol","description":"Symbol of the sold token"},"token_sold_address":{"type":"string","title":"Token Sold Address","description":"Hexadecimal representation of the sold token's address"},"token_bought_amount":{"anyOf":[{"type":"number"}],"title":"Token Bought Amount","description":"Amount of token bought in decimal amount"},"token_bought_symbol":{"type":"string","title":"Token Bought Symbol","description":"Symbol of the bought token"},"token_sold_age_days":{"type":"integer","title":"Token Sold Age Days","description":"Age of sold token's address in days"},"token_bought_address":{"type":"string","title":"Token Bought Address","description":"Hexadecimal representation of the bought token's address"},"trader_address_label":{"type":"string","title":"Trader Address Label","description":"Name of the trader, based on nansen_label"},"token_bought_age_days":{"type":"integer","title":"Token Bought Age Days","description":"Age of bought token's address in days"},"token_sold_market_cap":{"anyOf":[{"type":"number"}],"title":"Token Sold Market Cap","description":"Circulating market cap of sold token in USD. Returns NULL when circulating supply data is unavailable."},"token_bought_market_cap":{"anyOf":[{"type":"number"}],"title":"Token Bought Market Cap","description":"Circulating market cap of bought token in USD. Returns NULL when circulating supply data is unavailable."}},"description":"Individual smart money dex trade record.\n\nRepresents a single DEX trade made by smart money wallets."},"title":"Data","description":"List of smart money dex trade 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 smart money dex trades endpoint.\n\nContains the filtered smart money dex trades data with metadata."},"example":{"request":{"input":{"body":{"chains":["ethereum"],"pagination":{"limit":10,"offset":0}},"type":"http","method":"POST","bodyType":"json"}},"response":{"data":[{"chain":"ethereum","token_sold_fdv":null,"trader_address":"0x9b230f00fe4513695694bf17aef9b16f1e357e73","block_timestamp":"2026-06-03T18:10:59","trade_value_usd":1967.5787661634329,"token_bought_fdv":220388039466,"transaction_hash":"0x35ac1522bfc3e88a4f1319a7a084fde335e767934126f2eb362123ecbeff292a","token_sold_amount":4943.579115276898,"token_sold_symbol":"SATO","token_sold_address":"0x829f4b62eebe12af653b4dd4ffc480966f7d7f09","token_bought_amount":1.0780260949535623,"token_bought_symbol":"ETH","token_sold_age_days":31,"token_bought_address":"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee","trader_address_label":"[0x307839]","token_bought_age_days":3961,"token_sold_market_cap":null,"token_bought_market_cap":220388039466},{"chain":"ethereum","token_sold_fdv":220388039466,"trader_address":"0x82fc58011d50bfda0dd10bbecab41803a7758939","block_timestamp":"2026-06-03T17:51:11","trade_value_usd":5477.216744066554,"token_bought_fdv":7266983134,"transaction_hash":"0xfe547db67a5436033a45f1b73efdbe8eb75cd229f623ad1b73afbeef193d2619","token_sold_amount":3,"token_sold_symbol":"ETH","token_sold_address":"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee","token_bought_amount":84984.17994557477,"token_bought_symbol":"🌱 HLX","token_sold_age_days":3961,"token_bought_address":"0x28d4e499c4cde621e1cea7c9cbf9d43bf75a9525","trader_address_label":"[0x307838]","token_bought_age_days":3,"token_sold_market_cap":220388039466,"token_bought_market_cap":null},{"chain":"ethereum","token_sold_fdv":193306924112,"trader_address":"0x12b544e98756dd7774c99f705f9caa00d0bda372","block_timestamp":"2026-06-03T16:51:35","trade_value_usd":2.9961208722268986,"token_bought_fdv":204764829,"transaction_hash":"0x3e611ec1d853e57293171af0a602baa9d2589128696382a1a17853001fb3a19a","token_sold_amount":3,"token_sold_symbol":"USDT","token_sold_address":"0xdac17f958d2ee523a2206206994597c13d831ec7","token_bought_amount":139.86239859356638,"token_bought_symbol":"ROBO","token_sold_age_days":3109,"token_bought_address":"0x32b4d049fe4c888d2b92eecaf729f44df6b1f36e","trader_address_label":"[0x307831]","token_bought_age_days":225,"token_sold_market_cap":187847517861,"token_bought_market_cap":45683033},{"chain":"ethereum","token_sold_fdv":193306924112,"trader_address":"0x12b544e98756dd7774c99f705f9caa00d0bda372","block_timestamp":"2026-06-03T16:17:59","trade_value_usd":2.9961208722268986,"token_bought_fdv":204764829,"transaction_hash":"0xec5d017d939570171c2fd52710a9f99e5158169602e849f593ea8dc042ff82cd","token_sold_amount":3,"token_sold_symbol":"USDT","token_sold_address":"0xdac17f958d2ee523a2206206994597c13d831ec7","token_bought_amount":151.54022246196084,"token_bought_symbol":"ROBO","token_sold_age_days":3109,"token_bought_address":"0x32b4d049fe4c888d2b92eecaf729f44df6b1f36e","trader_address_label":"[0x307831]","token_bought_age_days":225,"token_sold_market_cap":187847517861,"token_bought_market_cap":45683033},{"chain":"ethereum","token_sold_fdv":220388039466,"trader_address":"0xb831d64a516fe41d3886e95b821330a4dcfe0f3a","block_timestamp":"2026-06-03T16:07:35","trade_value_usd":1825.7389146888513,"token_bought_fdv":5028069,"transaction_hash":"0xa1ed60e0b330eef19f96d6e5a27aa5e0790c28f92092dc33ff104924deca730f","token_sold_amount":1,"token_sold_symbol":"ETH","token_sold_address":"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee","token_bought_amount":348005.821575639,"token_bought_symbol":"YEE","token_sold_age_days":3961,"token_bought_address":"0x9ac9468e7e3e1d194080827226b45d0b892c77fd","trader_address_label":"[0x307862]","token_bought_age_days":1132,"token_sold_market_cap":220388039466,"token_bought_market_cap":5028069},{"chain":"ethereum","token_sold_fdv":193306924112,"trader_address":"0x12b544e98756dd7774c99f705f9caa00d0bda372","block_timestamp":"2026-06-03T16:05:11","trade_value_usd":2.9961208722268986,"token_bought_fdv":204764829,"transaction_hash":"0xe427458bf5dc8c58bbb244f0e305728f0775dc38c5c34251f86570e24e5409fa","token_sold_amount":3,"token_sold_symbol":"USDT","token_sold_address":"0xdac17f958d2ee523a2206206994597c13d831ec7","token_bought_amount":152.0820802672314,"token_bought_symbol":"ROBO","token_sold_age_days":3109,"token_bought_address":"0x32b4d049fe4c888d2b92eecaf729f44df6b1f36e","trader_address_label":"[0x307831]","token_bought_age_days":225,"token_sold_market_cap":187847517861,"token_bought_market_cap":45683033},{"chain":"ethereum","token_sold_fdv":220388039466,"trader_address":"0x56f5684bc91cf8fed98e01c3c2033aea932eecd9","block_timestamp":"2026-06-03T16:02:59","trade_value_usd":1825.7389146888513,"token_bought_fdv":5106048.16,"transaction_hash":"0xa456b0c614436e1516025158b95d01d04817b44e1717850da79e529bfd4fffdb","token_sold_amount":1,"token_sold_symbol":"ETH","token_sold_address":"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee","token_bought_amount":354203.57948224695,"token_bought_symbol":"🌱 ARCN","token_sold_age_days":3961,"token_bought_address":"0xe3e3fb2f07cfe382d480197a3c8ea0778cf51110","trader_address_label":"[0x307835]","token_bought_age_days":1,"token_sold_market_cap":220388039466,"token_bought_market_cap":null},{"chain":"ethereum","token_sold_fdv":220388039466,"trader_address":"0x56f5684bc91cf8fed98e01c3c2033aea932eecd9","block_timestamp":"2026-06-03T16:02:23","trade_value_usd":1825.7389146888513,"token_bought_fdv":5106048.16,"transaction_hash":"0xfd869cccd7405b8d3a00a11d7adfe0303017992133e9194964d02c5ab0789ea3","token_sold_amount":1,"token_sold_symbol":"ETH","token_sold_address":"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee","token_bought_amount":368402.23094153736,"token_bought_symbol":"🌱 ARCN","token_sold_age_days":3961,"token_bought_address":"0xe3e3fb2f07cfe382d480197a3c8ea0778cf51110","trader_address_label":"[0x307835]","token_bought_age_days":1,"token_sold_market_cap":220388039466,"token_bought_market_cap":null},{"chain":"ethereum","token_sold_fdv":150095.0597,"trader_address":"0x18f61f7d2ce0f09daa719dc0bd5c39d1ccf6ea4d","block_timestamp":"2026-06-03T15:13:11","trade_value_usd":939.1159110615549,"token_bought_fdv":220388039466,"transaction_hash":"0xb4c7b84f25c74e693012cf07c3a1e03c64a4cee60955d9ed018d11f868e1dada","token_sold_amount":6865474.021017153,"token_sold_symbol":"SPCX","token_sold_address":"0x9ec1adcb83cecc9a37a2fbcdeecff427eb4ec632","token_bought_amount":0.5417355896661299,"token_bought_symbol":"ETH","token_sold_age_days":57,"token_bought_address":"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee","trader_address_label":"[0x307831]","token_bought_age_days":3961,"token_sold_market_cap":null,"token_bought_market_cap":220388039466},{"chain":"ethereum","token_sold_fdv":193306924112,"trader_address":"0x12b544e98756dd7774c99f705f9caa00d0bda372","block_timestamp":"2026-06-03T15:09:59","trade_value_usd":2.9961208722268986,"token_bought_fdv":204764829,"transaction_hash":"0x7d938641f1016d9e14d51e469c87f6918fcc0dd2f60d1b2775ae683f3901fa42","token_sold_amount":3,"token_sold_symbol":"USDT","token_sold_address":"0xdac17f958d2ee523a2206206994597c13d831ec7","token_bought_amount":152.0277752967921,"token_bought_symbol":"ROBO","token_sold_age_days":3109,"token_bought_address":"0x32b4d049fe4c888d2b92eecaf729f44df6b1f36e","trader_address_label":"[0x307831]","token_bought_age_days":225,"token_sold_market_cap":187847517861,"token_bought_market_cap":45683033}],"pagination":{"page":1,"per_page":10,"is_last_page":false}}},"exampleRequest":{"chains":["ethereum"],"pagination":{"limit":10,"offset":0}},"tags":["x402"],"displayCostAmount":"0.05","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.05/call","primary":{"kind":"static","protocol":"mpp","network":"tempo","amountUsd":"0.05","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"mpp","network":"tempo","amountUsd":"0.05","per":"call","confidence":"exact"},{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_XE1cpPkKuCPONGnMb2yKr","protocol":"mpp","methodType":"crypto","chain":"tempo","mode":"charge","costAmount":"0.05","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null},{"uid":"pm_grJugp0UrSc34oNnKa3Wg","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.05","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Retrieves DEX trading activity attributed to Nansen-labeled 'smart money' wallets, including trade details, token pairs, and flow intelligence.","exampleAgentPrompt":"Pull the latest Nansen smart money DEX trades for WETH on Ethereum mainnet from the past 48 hours — I want to see which labeled wallets are buying or selling and at what volumes.","exampleUseCases":null,"resultDescription":"Returns a list of DEX trades executed by Nansen-labeled smart money wallets, including token pairs traded, trade size, direction (buy/sell), wallet labels, chain, DEX platform, and timestamps.","failureModes":["Invalid or unsupported token address returns empty results or 400 error","Unsupported chain identifier causes request failure","Time range too broad may result in truncated or paginated data","Authentication or payment failure returns 401/402 response","Rate limiting may return 429 if too many requests are made in quick succession"],"whenToPreferThis":"Use this endpoint when you need on-chain DEX trade data specifically attributed to Nansen's proprietary smart money wallet labels — ideal for tracking what sophisticated or institutional DeFi traders are doing on decentralized exchanges. Prefer this over generic DEX aggregators when wallet labeling and smart money attribution are critical to the analysis.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:50:31.924Z","isFirstParty":false}