# Arbitrum DEX Pool Fee & L1 Data Cost Analyzer

**Use case:** 

Break down Arbitrum L2 DEX pool fees: gas, priority, LP fees and L1 data fees with average cost per trade for any token's top pools.

## Input

```json
{
  "mode": "scan-token",
  "default_evm_chain": "arbitrum",
  "tokens": [
    "0x82af49447d8a07e3bd95bd0d56f35241523fbab1"
  ],
  "max_pairs_per_token": 3,
  "pairs": [],
  "discover_chains": [
    "ethereum",
    "solana",
    "base"
  ],
  "discover_min_liquidity_usd": 1000000,
  "max_results": 3,
  "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.