# DEX Pool Fee Breakdown: Gas vs MEV vs LP Fees

**Use case:** 

See the full fee decomposition for a DEX pool — gas, priority, MEV builder tips, LP fees, and average cost per trade over 24h.

## Input

```json
{
  "mode": "scan-pair",
  "default_evm_chain": "ethereum",
  "tokens": [],
  "max_pairs_per_token": 3,
  "pairs": [
    "0xe0554a476a092703abdb3ef35c80e0d76d32939f"
  ],
  "discover_chains": [
    "ethereum",
    "solana",
    "base"
  ],
  "discover_min_liquidity_usd": 1000000,
  "max_results": 1,
  "bar_resolution": "60",
  "enable_ai_verdict": false
}
```

## Output

```json
{
  "chain": {
    "label": "Chain",
    "format": "text"
  },
  "exchange": {
    "label": "DEX",
    "format": "text"
  },
  "token0_symbol": {
    "label": "Token0",
    "format": "text"
  },
  "token1_symbol": {
    "label": "Token1",
    "format": "text"
  },
  "fees_24h": {
    "label": "Fees 24h"
  },
  "cost_to_trade_24h": {
    "label": "Cost to trade 24h"
  }
}
```

## About this Actor

This example demonstrates how to use [MEV Risk Scanner - DEX Sandwich + Fee Intel](https://apify.com/constructive_calm/mev-pair-scanner) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/mev-pair-scanner) to learn more, explore other use cases, and run it yourself.