This page maps between the JSON data structure and the rendered UI components in the analysis dashboard on DD.xyz
Early Holder Analysis Section
| UI Component | JSON Data Path | 
|---|---|
| Risk Metrics Card | |
| Same Block Buys | first_buyers_analysis.buys_in_same_block_count | 
| Bundled Supply % | first_buyers_analysis.bundled_percentage_supply_bought | 
| Same Block Transfers | first_buyers_analysis.transfers_in_same_block_sol_count | 
| Avg % per Bundler | first_buyers_analysis.average_percentage_bundler_buyer | 
| Bundled Supply Distribution Chart | |
| Bundled Supply | first_buyers_analysis.bundled_percentage_supply_bought | 
| Non-bundled Supply | Calculated (100 - bundled_percentage_supply_bought) | 
| Early Buyers Distribution Chart | |
| Still Holding | first_buyers_analysis.buyers_still_holding_count | 
| Transferred Out | first_buyers_analysis.buyers_transferred_out_count | 
| Other | Calculated (buyers_analyzed_count - still_holding - transferred_out) | 
| Early Buyers Supply Percentages Chart | |
| Initially Acquired % | first_buyers_analysis.initially_acquired_percentage | 
| Current Holding % | first_buyers_analysis.current_holding_percentage | 
| Transferred Out % | first_buyers_analysis.transferred_out_from_initially_acquired_percentage | 
| Detailed Metrics | |
| Analyzed Buyers | first_buyers_analysis.buyers_analyzed_count | 
| Minter | minter | 
| Token Mint Tx | token_mint_tx | 
| Token Mint Time | token_mint_time | 
Sniper Analysis Section
| UI Component | JSON Data Path | 
|---|---|
| Sniper Metrics Card | |
| Sniper Count | sniper_analysis.sniper_count | 
| Supply Acquired by Snipers | sniper_analysis.sniper_total_percentage | 
| Snipers Still Holding | first_buyers_analysis.snipers_still_holding_count / sniper_analysis.sniper_count | 
| Current Supply Held by Snipers | first_buyers_analysis.snipers_current_holding_percentage | 
| Frontrunning Detection | sniper_analysis.potential_frontrunning_detected | 
| Sniper Confidence Score | |
| Score Display | sniper_analysis.sniper_confidence_score | 
| Risk Level | Calculated based on score ranges | 
| Block Analysis Chart | |
| Block 1-3 Data | sniper_analysis.block_range_analysis[].supply_percentage | 
| Time-Based Analysis Chart | |
| Time intervals (10s-600s) | sniper_analysis.time_since_mint_analysis[].supply_percentage | 
| Detected Sniper Addresses | |
| Address List | sniper_analysis.sniper_addresses | 
| Holding Status | Cross-referenced with first_buyers_analysis.current_percentage_per_buyer | 
| Time Metrics | |
| Average Time Since Mint | sniper_analysis.average_time_since_mint | 
| Median Time Since Mint | sniper_analysis.median_time_since_mint | 
