> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockworksresearch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects Supported

> All chains and projects currently supported by the Blockworks Data API

export const ProjectsTable = () => {
  const [search, setSearch] = useState('');
  const [typeFilter, setTypeFilter] = useState('all');
  const [expandedProject, setExpandedProject] = useState(null);
  const projects = [{
    "name": "Aptos",
    "type": "Chain",
    "metrics": 11,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Burn",
      "identifier": "burn-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Issuance",
      "identifier": "issuance-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins"],
    "slug": "aptos"
  }, {
    "name": "Arbitrum",
    "type": "Chain",
    "metrics": 31,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Application Revenue",
      "identifier": "app-revenue-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Gross Profit",
      "identifier": "sequencer-gross-profit"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "Other Fees",
      "identifier": "transaction-other-fee-total-native"
    }, {
      "name": "Other Fees (USD)",
      "identifier": "transaction-other-fee-total-usd"
    }, {
      "name": "Price",
      "identifier": "token-price-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-native"
    }, {
      "name": "REV (USD)",
      "identifier": "rev-usd"
    }, {
      "name": "Rollup Costs",
      "identifier": "sequencer-cost-total"
    }, {
      "name": "Stablecoin Circulating Supply",
      "identifier": "stablecoin-circulating-supply-total-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Token FDV",
      "identifier": "token-fdv-usd"
    }, {
      "name": "Token Supply",
      "identifier": "token-supply"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins", "Token", "Trading"],
    "slug": "arbitrum"
  }, {
    "name": "Avalanche",
    "type": "Chain",
    "metrics": 17,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Issuance",
      "identifier": "issuance-usd"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins", "Token", "Trading"],
    "slug": "avalanche"
  }, {
    "name": "Base",
    "type": "Chain",
    "metrics": 27,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Application Revenue",
      "identifier": "app-revenue-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Gross Profit",
      "identifier": "sequencer-gross-profit"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-native"
    }, {
      "name": "REV (USD)",
      "identifier": "rev-usd"
    }, {
      "name": "Rollup Costs",
      "identifier": "sequencer-cost-total"
    }, {
      "name": "Stablecoin Circulating Supply",
      "identifier": "stablecoin-circulating-supply-total-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins", "Token", "Trading"],
    "slug": "base"
  }, {
    "name": "Berachain",
    "type": "Chain",
    "metrics": 16,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-native"
    }, {
      "name": "REV (USD)",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins"],
    "slug": "berachain"
  }, {
    "name": "Bitcoin",
    "type": "Chain",
    "metrics": 5,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Total ETF Flows",
      "identifier": "etf-flows-total-usd"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "ETF", "Financials"],
    "slug": "bitcoin"
  }, {
    "name": "Bnb",
    "type": "Chain",
    "metrics": 14,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins", "Token", "Trading"],
    "slug": "bnb"
  }, {
    "name": "Bob",
    "type": "Chain",
    "metrics": 15,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials"],
    "slug": "bob"
  }, {
    "name": "Boba",
    "type": "Chain",
    "metrics": 15,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials"],
    "slug": "boba"
  }, {
    "name": "Celestia",
    "type": "Chain",
    "metrics": 10,
    "metricsList": [{
      "name": "Blob Fees",
      "identifier": "transaction-other-fee-total-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Native Token Supply Staked",
      "identifier": "token-supply-staked-native"
    }, {
      "name": "Native Token Supply Staked (USD)",
      "identifier": "token-supply-staked"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Staking Rate",
      "identifier": "staking-rate"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials"],
    "slug": "celestia"
  }, {
    "name": "Ethereum",
    "type": "Chain",
    "metrics": 45,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Application Revenue",
      "identifier": "app-revenue-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Burn (USD)",
      "identifier": "burn-usd"
    }, {
      "name": "Burn",
      "identifier": "burn"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Issuance",
      "identifier": "issuance"
    }, {
      "name": "Issuance (USD)",
      "identifier": "issuance-usd"
    }, {
      "name": "Issuance APR",
      "identifier": "staking-apr-issuance"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "Liquid Staking Rate",
      "identifier": "staking-liquid-rate"
    }, {
      "name": "MEV APR",
      "identifier": "staking-apr-mev"
    }, {
      "name": "MEV Tips",
      "identifier": "mev-tips-fees"
    }, {
      "name": "MEV Tips (USD)",
      "identifier": "mev-tips-fees-usd"
    }, {
      "name": "Native Token Supply Staked (USD)",
      "identifier": "token-supply-staked"
    }, {
      "name": "Native Token Supply Staked",
      "identifier": "token-supply-staked-native"
    }, {
      "name": "Net Staking Flow",
      "identifier": "staking-net-flow-native"
    }, {
      "name": "Other Fees",
      "identifier": "transaction-other-fee-total-native"
    }, {
      "name": "Other Fees (USD)",
      "identifier": "transaction-other-fee-total-usd"
    }, {
      "name": "Price",
      "identifier": "token-price-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees APR",
      "identifier": "staking-apr-priority-fees"
    }, {
      "name": "REV (USD)",
      "identifier": "rev-usd"
    }, {
      "name": "REV",
      "identifier": "rev-native"
    }, {
      "name": "Stablecoin Circulating Supply",
      "identifier": "stablecoin-circulating-supply-total-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Staking Rate",
      "identifier": "staking-rate"
    }, {
      "name": "Token FDV",
      "identifier": "token-fdv-usd"
    }, {
      "name": "Token Supply",
      "identifier": "token-supply"
    }, {
      "name": "Total ETF Flows",
      "identifier": "etf-flows-total-usd"
    }, {
      "name": "Total Staking APR",
      "identifier": "staking-apr-total"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "ETF", "Financials", "Stablecoins", "Token", "Trading"],
    "slug": "ethereum"
  }, {
    "name": "Fogo",
    "type": "Chain",
    "metrics": 19,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Price",
      "identifier": "token-price-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Staked Supply",
      "identifier": "token-supply-staked"
    }, {
      "name": "Token FDV",
      "identifier": "token-fdv-usd"
    }, {
      "name": "Token Supply",
      "identifier": "token-supply"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Token", "Trading"],
    "slug": "fogo"
  }, {
    "name": "Hyperevm",
    "type": "Chain",
    "metrics": 16,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "REV (USD)",
      "identifier": "rev-usd"
    }, {
      "name": "REV",
      "identifier": "rev-native"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins", "Trading"],
    "slug": "hyperevm"
  }, {
    "name": "Ink",
    "type": "Chain",
    "metrics": 17,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins", "Trading"],
    "slug": "ink"
  }, {
    "name": "Katana",
    "type": "Chain",
    "metrics": 28,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Gross Profit",
      "identifier": "sequencer-gross-profit"
    }, {
      "name": "L1 Fees",
      "identifier": "transaction-l1-fee-total-native"
    }, {
      "name": "L1 Fees (USD)",
      "identifier": "transaction-l1-fee-total-usd"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "Operator Fees",
      "identifier": "transaction-operator-fee-total-native"
    }, {
      "name": "Operator Fees (USD)",
      "identifier": "transaction-operator-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-native"
    }, {
      "name": "REV (USD)",
      "identifier": "rev-usd"
    }, {
      "name": "Rollup Costs",
      "identifier": "sequencer-cost-total"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Suceeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins", "Trading"],
    "slug": "katana"
  }, {
    "name": "Megaeth",
    "type": "Chain",
    "metrics": 16,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Trading"],
    "slug": "megaeth"
  }, {
    "name": "Mode",
    "type": "Chain",
    "metrics": 15,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials"],
    "slug": "mode"
  }, {
    "name": "Monad",
    "type": "Chain",
    "metrics": 15,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials"],
    "slug": "monad"
  }, {
    "name": "Optimism",
    "type": "Chain",
    "metrics": 15,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Sequencer Cost",
      "identifier": "sequencer-cost-total"
    }, {
      "name": "Sequencer Gross Profit",
      "identifier": "sequencer-gross-profit"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins"],
    "slug": "optimism"
  }, {
    "name": "Plasma",
    "type": "Chain",
    "metrics": 20,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-native"
    }, {
      "name": "REV (USD)",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins"],
    "slug": "plasma"
  }, {
    "name": "Polygon",
    "type": "Chain",
    "metrics": 15,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins"],
    "slug": "polygon"
  }, {
    "name": "Shape",
    "type": "Chain",
    "metrics": 15,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials"],
    "slug": "shape"
  }, {
    "name": "Solana",
    "type": "Chain",
    "metrics": 44,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Application Revenue",
      "identifier": "app-revenue-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Burn (USD)",
      "identifier": "burn-usd"
    }, {
      "name": "Burn",
      "identifier": "burn"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Inflation Rate",
      "identifier": "staking-inflation-rate"
    }, {
      "name": "Issuance",
      "identifier": "issuance"
    }, {
      "name": "Issuance (USD)",
      "identifier": "issuance-usd"
    }, {
      "name": "Issuance Staker Yield",
      "identifier": "staking-issuance-yield-native"
    }, {
      "name": "Launchpad Volume",
      "identifier": "launchpad-volume-usd"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "MEV Staker Yield",
      "identifier": "staking-mev-yield-native"
    }, {
      "name": "MEV Tips",
      "identifier": "mev-tips-fees"
    }, {
      "name": "MEV Tips (USD)",
      "identifier": "mev-tips-fees-usd"
    }, {
      "name": "Native Staking APY",
      "identifier": "staking-apy"
    }, {
      "name": "Native Token Supply Staked (USD)",
      "identifier": "token-supply-staked"
    }, {
      "name": "Native Token Supply Staked",
      "identifier": "token-supply-staked-native"
    }, {
      "name": "Price",
      "identifier": "token-price-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Real Staking APY",
      "identifier": "staking-apy-real"
    }, {
      "name": "REV",
      "identifier": "rev-native"
    }, {
      "name": "REV (USD)",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Circulating Supply",
      "identifier": "stablecoin-circulating-supply-total-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Staking Rate",
      "identifier": "staking-rate"
    }, {
      "name": "Token FDV",
      "identifier": "token-fdv-usd"
    }, {
      "name": "Token Supply",
      "identifier": "token-supply"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }, {
      "name": "Total ETF Flows",
      "identifier": "etf-flows-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "ETF", "Financials", "Stablecoins", "Token", "Trading"],
    "slug": "solana"
  }, {
    "name": "Superseed",
    "type": "Chain",
    "metrics": 15,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials"],
    "slug": "superseed"
  }, {
    "name": "Tron",
    "type": "Chain",
    "metrics": 9,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Issuance",
      "identifier": "issuance-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins"],
    "slug": "tron"
  }, {
    "name": "Unichain",
    "type": "Chain",
    "metrics": 19,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "L1 Fees",
      "identifier": "transaction-l1-fee-total-usd"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-native"
    }, {
      "name": "REV (USD)",
      "identifier": "rev-usd"
    }, {
      "name": "Sequencer Cost",
      "identifier": "sequencer-cost-total"
    }, {
      "name": "Sequencer Gross Profit",
      "identifier": "sequencer-gross-profit"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins", "Trading"],
    "slug": "unichain"
  }, {
    "name": "Worldchain",
    "type": "Chain",
    "metrics": 21,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins", "Trading"],
    "slug": "worldchain"
  }, {
    "name": "Zksync",
    "type": "Chain",
    "metrics": 15,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Sequencer Cost",
      "identifier": "sequencer-cost-total"
    }, {
      "name": "Sequencer Gross Profit",
      "identifier": "sequencer-gross-profit"
    }, {
      "name": "Stablecoin Supply",
      "identifier": "stablecoin-supply-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Stablecoins"],
    "slug": "zksync"
  }, {
    "name": "Zora",
    "type": "Chain",
    "metrics": 16,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Base Fees (USD)",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-native"
    }, {
      "name": "Fee Average (USD)",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-native"
    }, {
      "name": "Fee Median (USD)",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-native"
    }, {
      "name": "Priority Fees (USD)",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-native"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }, {
      "name": "Transaction Fees (USD)",
      "identifier": "transaction-fee-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-native"
    }, {
      "name": "Transactions (Failed)",
      "identifier": "transaction-fail-total"
    }, {
      "name": "Transactions (Succeeded)",
      "identifier": "transaction-succeed-total"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials", "Token"],
    "slug": "zora"
  }, {
    "name": "0x Protocol",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "0x-protocol"
  }, {
    "name": "1inch",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "1inch"
  }, {
    "name": "Aave",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "Interest Generated",
      "identifier": "interest-total-usd"
    }, {
      "name": "Net Interest Income",
      "identifier": "nii-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Total Borrows",
      "identifier": "borrow-total-usd"
    }, {
      "name": "Total Deposits",
      "identifier": "deposit-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "aave"
  }, {
    "name": "Aerodrome",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "aerodrome"
  }, {
    "name": "Aerodrome Finance",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "aerodrome-finance"
  }, {
    "name": "Airswap",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "airswap"
  }, {
    "name": "Alien Base",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "alien-base"
  }, {
    "name": "Alphaq",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "alphaq"
  }, {
    "name": "Apebond",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "apebond"
  }, {
    "name": "Apex",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "apex"
  }, {
    "name": "Aquifer",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "aquifer"
  }, {
    "name": "Aries",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "aries"
  }, {
    "name": "Aster",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "aster"
  }, {
    "name": "Axiom",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "axiom"
  }, {
    "name": "Bags",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }],
    "categories": ["Token"],
    "slug": "bags"
  }, {
    "name": "Balancer",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "balancer"
  }, {
    "name": "Banana Gun",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "banana-gun"
  }, {
    "name": "Bancor Network",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "bancor-network"
  }, {
    "name": "Baseswap",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "baseswap"
  }, {
    "name": "Believe",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Launchpad Tokens Bonding Volume",
      "identifier": "launchpad-bonding-volume"
    }, {
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }],
    "categories": ["Financials", "Token"],
    "slug": "believe"
  }, {
    "name": "Bisonfi",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "bisonfi"
  }, {
    "name": "Biswap",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "biswap"
  }, {
    "name": "Blackhole",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "blackhole"
  }, {
    "name": "Bloom",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "bloom"
  }, {
    "name": "Bloxroute",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "bloxroute"
  }, {
    "name": "Bluefin",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "bluefin"
  }, {
    "name": "Bonk",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "bonk"
  }, {
    "name": "Boopfun",
    "type": "Project",
    "metrics": 2,
    "metricsList": [{
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }],
    "categories": ["Token"],
    "slug": "boopfun"
  }, {
    "name": "Bullx",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "bullx"
  }, {
    "name": "Byreal",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "byreal"
  }, {
    "name": "Camelot Token",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "camelot-token"
  }, {
    "name": "Celo",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "celo"
  }, {
    "name": "Cetus",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "cetus"
  }, {
    "name": "Clanker",
    "type": "Project",
    "metrics": 2,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }],
    "categories": ["Financials", "Token"],
    "slug": "clanker"
  }, {
    "name": "Clipper",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "clipper"
  }, {
    "name": "Coinbase Wallet",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "coinbase-wallet"
  }, {
    "name": "Convex",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "convex"
  }, {
    "name": "Cookdotmeme",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "cookdotmeme"
  }, {
    "name": "Cookmeme",
    "type": "Project",
    "metrics": 2,
    "metricsList": [{
      "name": "Launchpad Tokens Bonding Volume",
      "identifier": "launchpad-bonding-volume"
    }, {
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }],
    "categories": ["Token"],
    "slug": "cookmeme"
  }, {
    "name": "Curve Dao",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "curve-dao"
  }, {
    "name": "Dexscreener",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "dexscreener"
  }, {
    "name": "Dodo",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "dodo"
  }, {
    "name": "Drift",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "drift"
  }, {
    "name": "Dydx",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "dydx"
  }, {
    "name": "Eigenlayer",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "eigenlayer"
  }, {
    "name": "Ekubo Protocol",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "ekubo-protocol"
  }, {
    "name": "Ethena",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "ethena"
  }, {
    "name": "Euler",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "euler"
  }, {
    "name": "Flashbots",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "flashbots"
  }, {
    "name": "Fluid",
    "type": "Project",
    "metrics": 8,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Interest Generated",
      "identifier": "interest-total-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Net Interest Income",
      "identifier": "nii-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Total Borrows",
      "identifier": "borrow-total-usd"
    }, {
      "name": "Total Deposits",
      "identifier": "deposit-total-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "fluid"
  }, {
    "name": "Fourmeme",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }],
    "categories": ["Token"],
    "slug": "fourmeme"
  }, {
    "name": "Gmgn",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "gmgn"
  }, {
    "name": "Gmx",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "gmx"
  }, {
    "name": "Gnosis",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "gnosis"
  }, {
    "name": "Goonfi",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "goonfi"
  }, {
    "name": "Goosefx",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "goosefx"
  }, {
    "name": "Hashflow",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "hashflow"
  }, {
    "name": "Humidifi",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "humidifi"
  }, {
    "name": "Hyperlend",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Interest Generated",
      "identifier": "interest-total-usd"
    }, {
      "name": "Net Interest Income",
      "identifier": "nii-total-usd"
    }, {
      "name": "Total Borrows",
      "identifier": "borrow-total-usd"
    }, {
      "name": "Total Deposits",
      "identifier": "deposit-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "hyperlend"
  }, {
    "name": "Hyperliquid",
    "type": "Project",
    "metrics": 10,
    "metricsList": [{
      "name": "Base Fees",
      "identifier": "transaction-base-fee-total-usd"
    }, {
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-total-usd"
    }, {
      "name": "HyperCore Fees",
      "identifier": "hypercore-fees-total-usd"
    }, {
      "name": "Issuance",
      "identifier": "issuance-usd"
    }, {
      "name": "Perps Fees",
      "identifier": "perps-fees-total-usd"
    }, {
      "name": "Priority Fees",
      "identifier": "transaction-priority-fee-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Spot Fees",
      "identifier": "spot-fees-total-usd"
    }, {
      "name": "Trading Revenue",
      "identifier": "trading-revenue-total-usd"
    }, {
      "name": "Transaction Fees",
      "identifier": "transaction-fee-total-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "hyperliquid"
  }, {
    "name": "Ironbank",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "ironbank"
  }, {
    "name": "Jito",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "jito"
  }, {
    "name": "Joe",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "joe"
  }, {
    "name": "Jupiter Lend",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Interest Generated",
      "identifier": "interest-total-usd"
    }, {
      "name": "Net Interest Income",
      "identifier": "nii-total-usd"
    }, {
      "name": "Total Borrows",
      "identifier": "borrow-total-usd"
    }, {
      "name": "Total Deposits",
      "identifier": "deposit-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "jupiter-lend"
  }, {
    "name": "Jupstudio",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }],
    "categories": ["Token"],
    "slug": "jupstudio"
  }, {
    "name": "Kamino",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "Interest Generated",
      "identifier": "interest-total-usd"
    }, {
      "name": "Net Interest Income",
      "identifier": "nii-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Total Borrows",
      "identifier": "borrow-total-usd"
    }, {
      "name": "Total Deposits",
      "identifier": "deposit-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "kamino"
  }, {
    "name": "Letsbonk",
    "type": "Project",
    "metrics": 2,
    "metricsList": [{
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }],
    "categories": ["Token"],
    "slug": "letsbonk"
  }, {
    "name": "Letsbonkdotfun",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "letsbonkdotfun"
  }, {
    "name": "Letsbonkfun",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Launchpad Tokens Bonding Volume",
      "identifier": "launchpad-bonding-volume"
    }],
    "categories": ["Token"],
    "slug": "letsbonkfun"
  }, {
    "name": "Level",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "level"
  }, {
    "name": "Lido",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "lido"
  }, {
    "name": "Lifi",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "lifi"
  }, {
    "name": "Lifinity",
    "type": "Project",
    "metrics": 6,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "lifinity"
  }, {
    "name": "Linea",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "linea"
  }, {
    "name": "Looter",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "looter"
  }, {
    "name": "Maestro",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "maestro"
  }, {
    "name": "Manifest Dex",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "manifest-dex"
  }, {
    "name": "Maverick Protocol",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "maverick-protocol"
  }, {
    "name": "Metaplex",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "metaplex"
  }, {
    "name": "Meteora",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "meteora"
  }, {
    "name": "Meteroa",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Trading"],
    "slug": "meteroa"
  }, {
    "name": "Meth Protocol",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "meth-protocol"
  }, {
    "name": "Mevx",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "mevx"
  }, {
    "name": "Moonshot",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Launchpad Tokens Bonding Volume",
      "identifier": "launchpad-bonding-volume"
    }, {
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }],
    "categories": ["Financials", "Token"],
    "slug": "moonshot"
  }, {
    "name": "Morpho",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "Interest Generated",
      "identifier": "interest-total-usd"
    }, {
      "name": "Net Interest Income",
      "identifier": "nii-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Total Borrows",
      "identifier": "borrow-total-usd"
    }, {
      "name": "Total Deposits",
      "identifier": "deposit-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "morpho"
  }, {
    "name": "Navi Protocol",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "navi-protocol"
  }, {
    "name": "Nominex",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "nominex"
  }, {
    "name": "Nova",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "nova"
  }, {
    "name": "Obric",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "obric"
  }, {
    "name": "Odos",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "odos"
  }, {
    "name": "Opensea",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "opensea"
  }, {
    "name": "Orca",
    "type": "Project",
    "metrics": 6,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "orca"
  }, {
    "name": "Ostium",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "ostium"
  }, {
    "name": "Other Launchpads",
    "type": "Project",
    "metrics": 2,
    "metricsList": [{
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }],
    "categories": ["Token"],
    "slug": "other-launchpads"
  }, {
    "name": "Paal Ai",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "paal-ai"
  }, {
    "name": "Pancakeswap",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "pancakeswap"
  }, {
    "name": "Paradex",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "paradex"
  }, {
    "name": "Phantom",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "phantom"
  }, {
    "name": "Phoenix Dex",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "phoenix-dex"
  }, {
    "name": "Photon",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "photon"
  }, {
    "name": "Platypus Finance",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "platypus-finance"
  }, {
    "name": "Plume",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "plume"
  }, {
    "name": "Polymarket",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Active Addresses",
      "identifier": "active-address-total"
    }, {
      "name": "Open Interest",
      "identifier": "open-interest-total-usd"
    }, {
      "name": "Trade Count",
      "identifier": "trade-count-total"
    }, {
      "name": "Trading Volume",
      "identifier": "volume-total-usd"
    }],
    "categories": ["Activity", "Token"],
    "slug": "polymarket"
  }, {
    "name": "Pumpfun",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "Launchpad Tokens Bonding Volume",
      "identifier": "launchpad-bonding-volume"
    }, {
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Token", "Trading"],
    "slug": "pumpfun"
  }, {
    "name": "Pumpswap",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "pumpswap"
  }, {
    "name": "Ramses Exchange",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "ramses-exchange"
  }, {
    "name": "Raydium",
    "type": "Project",
    "metrics": 8,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Launchpad Tokens Bonding Volume",
      "identifier": "launchpad-bonding-volume"
    }, {
      "name": "Launchpad Tokens Graduated",
      "identifier": "launchpad-tokens-graduated"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Token", "Trading"],
    "slug": "raydium"
  }, {
    "name": "Scallop",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "scallop"
  }, {
    "name": "Scroll",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "scroll"
  }, {
    "name": "Solfi",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "solfi"
  }, {
    "name": "Solidly",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "solidly"
  }, {
    "name": "Soltradingbot",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "soltradingbot"
  }, {
    "name": "Sonic",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Lending Revenue",
      "identifier": "lending-revenue-total-usd"
    }, {
      "name": "Lending Total Borrows",
      "identifier": "lending-borrow-total-usd"
    }, {
      "name": "Lending Total Deposits",
      "identifier": "lending-deposit-total-usd"
    }, {
      "name": "Lending TVL",
      "identifier": "lending-tvl-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "sonic"
  }, {
    "name": "Sosovalue",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "sosovalue"
  }, {
    "name": "Spark",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "Interest Generated",
      "identifier": "interest-total-usd"
    }, {
      "name": "Net Interest Income",
      "identifier": "nii-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Total Borrows",
      "identifier": "borrow-total-usd"
    }, {
      "name": "Total Deposits",
      "identifier": "deposit-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "spark"
  }, {
    "name": "Stabble",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "stabble"
  }, {
    "name": "Stable Labs",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "stable-labs"
  }, {
    "name": "Stakewise",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "stakewise"
  }, {
    "name": "Sushi",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "sushi"
  }, {
    "name": "Sushiswap",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "sushiswap"
  }, {
    "name": "Syncswap",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "syncswap"
  }, {
    "name": "Tensor",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "tensor"
  }, {
    "name": "Tessera",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }, {
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "tessera"
  }, {
    "name": "Thearena",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Tokens Launched",
      "identifier": "launchpad-tokens-launched"
    }],
    "categories": ["Token"],
    "slug": "thearena"
  }, {
    "name": "Thorchain Dex",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "thorchain-dex"
  }, {
    "name": "Tornado",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "tornado"
  }, {
    "name": "Trojan",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "trojan"
  }, {
    "name": "Uniswap",
    "type": "Project",
    "metrics": 5,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "uniswap"
  }, {
    "name": "Uniswap Labs",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "uniswap-labs"
  }, {
    "name": "Velodrome Finance",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "velodrome-finance"
  }, {
    "name": "Virtuals",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "virtuals"
  }, {
    "name": "Wavebreak",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Launchpad Tokens Bonding Volume",
      "identifier": "launchpad-bonding-volume"
    }],
    "categories": ["Token"],
    "slug": "wavebreak"
  }, {
    "name": "Wildcat",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Revenue",
      "identifier": "revenue-total-usd"
    }],
    "categories": ["Financials"],
    "slug": "wildcat"
  }, {
    "name": "Zcash",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "Fee Average",
      "identifier": "transaction-fee-avg-usd"
    }, {
      "name": "Fee Median",
      "identifier": "transaction-fee-med-usd"
    }, {
      "name": "REV",
      "identifier": "rev-usd"
    }, {
      "name": "Transactions (Total)",
      "identifier": "transaction-total"
    }],
    "categories": ["Activity", "Financials"],
    "slug": "zcash"
  }, {
    "name": "Zerofi",
    "type": "Project",
    "metrics": 4,
    "metricsList": [{
      "name": "DEX Spot Volume",
      "identifier": "dex-spot-volume-usd"
    }, {
      "name": "Memecoin Volume Share",
      "identifier": "dex-memecoin-volume-share"
    }, {
      "name": "Revenue",
      "identifier": "dex-revenue-usd"
    }, {
      "name": "Trading Fees",
      "identifier": "dex-fees-usd"
    }],
    "categories": ["Financials", "Trading"],
    "slug": "zerofi"
  }, {
    "name": "ZeroFi",
    "type": "Project",
    "metrics": 1,
    "metricsList": [{
      "name": "Volume",
      "identifier": "volume-usd"
    }],
    "categories": ["Trading"],
    "slug": "ZeroFi"
  }, {
    "name": "21shares",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "21shares"
  }, {
    "name": "3iq",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "3iq"
  }, {
    "name": "Accelerate Financial Technologies",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "accelerate-financial-technologies"
  }, {
    "name": "Advisorshares",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "advisorshares"
  }, {
    "name": "Alphabit Investments",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "alphabit-investments"
  }, {
    "name": "Amina Bank",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "amina-bank"
  }, {
    "name": "Amplify Etfs",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "amplify-etfs"
  }, {
    "name": "ARKB",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "ARKB"
  }, {
    "name": "Betashares",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "betashares"
  }, {
    "name": "BITB",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "BITB"
  }, {
    "name": "Bitcoin Capital Ag",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "bitcoin-capital-ag"
  }, {
    "name": "Bitpanda",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "bitpanda"
  }, {
    "name": "Bitwise",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "bitwise"
  }, {
    "name": "Blackrock",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "blackrock"
  }, {
    "name": "Bosera Fund Management",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "bosera-fund-management"
  }, {
    "name": "BRRR",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "BRRR"
  }, {
    "name": "BTC",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "BTC"
  }, {
    "name": "BTCO",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "BTCO"
  }, {
    "name": "BTCW",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "BTCW"
  }, {
    "name": "Calamos Investments",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "calamos-investments"
  }, {
    "name": "Canary Capital",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "canary-capital"
  }, {
    "name": "CETH",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "CETH"
  }, {
    "name": "Chinaamc",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "chinaamc"
  }, {
    "name": "Ci",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "ci"
  }, {
    "name": "Coinshares",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "coinshares"
  }, {
    "name": "Cosmos Asset Management",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "cosmos-asset-management"
  }, {
    "name": "Crypto Finance Asset Management",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "crypto-finance-asset-management"
  }, {
    "name": "Csop",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "csop"
  }, {
    "name": "Dda",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "dda"
  }, {
    "name": "Defiance Etfs",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "defiance-etfs"
  }, {
    "name": "Digitalx",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "digitalx"
  }, {
    "name": "Dynamic Funds",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "dynamic-funds"
  }, {
    "name": "Eqonex Investment Products",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "eqonex-investment-products"
  }, {
    "name": "Etc Group",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "etc-group"
  }, {
    "name": "ETH",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "ETH"
  }, {
    "name": "ETHA",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "ETHA"
  }, {
    "name": "ETHE",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "ETHE"
  }, {
    "name": "ETHV",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "ETHV"
  }, {
    "name": "ETHW",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "ETHW"
  }, {
    "name": "Evolve Etfs",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "evolve-etfs"
  }, {
    "name": "EZBC",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "EZBC"
  }, {
    "name": "EZET",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "EZET"
  }, {
    "name": "FBTC",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "FBTC"
  }, {
    "name": "FETH",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "FETH"
  }, {
    "name": "Fidelity",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "fidelity"
  }, {
    "name": "First Trust",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "first-trust"
  }, {
    "name": "Fortuna",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "fortuna"
  }, {
    "name": "Franklin Templeton",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "franklin-templeton"
  }, {
    "name": "GBTC",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "GBTC"
  }, {
    "name": "Global X",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "global-x"
  }, {
    "name": "Graniteshares",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "graniteshares"
  }, {
    "name": "Grayscale",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "grayscale"
  }, {
    "name": "Hanetf",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "hanetf"
  }, {
    "name": "Harvest Global Investments Limited",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "harvest-global-investments-limited"
  }, {
    "name": "Harvest Portfolios Group",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "harvest-portfolios-group"
  }, {
    "name": "Hashdex",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "hashdex"
  }, {
    "name": "Helveteq Ag",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "helveteq-ag"
  }, {
    "name": "HODL",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "HODL"
  }, {
    "name": "Horizons Etfs",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "horizons-etfs"
  }, {
    "name": "IBIT",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "IBIT"
  }, {
    "name": "Innovator",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "innovator"
  }, {
    "name": "Invesco",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "invesco"
  }, {
    "name": "Jacobi Asset Management",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "jacobi-asset-management"
  }, {
    "name": "Liqwid",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "liqwid"
  }, {
    "name": "Melanion",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "melanion"
  }, {
    "name": "Microbit",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "microbit"
  }, {
    "name": "Monochrome",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "monochrome"
  }, {
    "name": "Neos Investment Management",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "neos-investment-management"
  }, {
    "name": "Nicholas Wealth Management",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "nicholas-wealth-management"
  }, {
    "name": "Ninepoint Partners",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "ninepoint-partners"
  }, {
    "name": "Nxtassets",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "nxtassets"
  }, {
    "name": "Pando Finance",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "pando-finance"
  }, {
    "name": "Proshares",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "proshares"
  }, {
    "name": "Purpose Investments",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "purpose-investments"
  }, {
    "name": "QETH",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "QETH"
  }, {
    "name": "Quantify Funds",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "quantify-funds"
  }, {
    "name": "Rex Shares",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "rex-shares"
  }, {
    "name": "Roundhill Investments",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "roundhill-investments"
  }, {
    "name": "Samsung Asset Management",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "samsung-asset-management"
  }, {
    "name": "Schwab Etfs",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "schwab-etfs"
  }, {
    "name": "Simplify",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "simplify"
  }, {
    "name": "Smart",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "smart"
  }, {
    "name": "Spdr",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "spdr"
  }, {
    "name": "SSK",
    "type": "ETF",
    "metrics": 1,
    "metricsList": [{
      "name": "ETF Flows",
      "identifier": "etf-flows-usd"
    }],
    "categories": ["ETF"],
    "slug": "SSK"
  }, {
    "name": "Teucrium",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "teucrium"
  }, {
    "name": "Tidal",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "tidal"
  }, {
    "name": "Tobam",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "tobam"
  }, {
    "name": "Tuttle Capital Management",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "tuttle-capital-management"
  }, {
    "name": "Valkyrie",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "valkyrie"
  }, {
    "name": "Valour",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "valour"
  }, {
    "name": "Vaneck",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "vaneck"
  }, {
    "name": "Virtune",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "virtune"
  }, {
    "name": "Volatility Shares",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "volatility-shares"
  }, {
    "name": "Volt Funds",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "volt-funds"
  }, {
    "name": "Wisdomtree",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "wisdomtree"
  }, {
    "name": "Xtrackers By Dws",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "xtrackers-by-dws"
  }, {
    "name": "Yieldmax Etfs",
    "type": "ETF",
    "metrics": 8,
    "metricsList": [{
      "name": "AUM",
      "identifier": "etf-aum-usd"
    }, {
      "name": "AUM 30d Change",
      "identifier": "etf-aum-change-pct"
    }, {
      "name": "Bitcoin AUM Share",
      "identifier": "etf-bitcoin-aum-share"
    }, {
      "name": "ETF Flow",
      "identifier": "etf-flow-usd"
    }, {
      "name": "Number Of Products",
      "identifier": "etf-num-products"
    }, {
      "name": "Rolling 30d Flow",
      "identifier": "etf-rolling-30d-flow-usd"
    }, {
      "name": "Spot AUM Share",
      "identifier": "etf-spot-aum-share"
    }, {
      "name": "Weighted AUM Expense Ratio",
      "identifier": "etf-expense-ratio"
    }],
    "categories": ["ETF"],
    "slug": "yieldmax-etfs"
  }, {
    "name": "ASST",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-btc"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "ASST"
  }, {
    "name": "BMNR",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-eth"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "BMNR"
  }, {
    "name": "BNC",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-bnb"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "BNC"
  }, {
    "name": "BNKK",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-bonk"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "BNKK"
  }, {
    "name": "BRR",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-btc"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "BRR"
  }, {
    "name": "BTBT",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-eth"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "BTBT"
  }, {
    "name": "BTCM",
    "type": "Treasury",
    "metrics": 9,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sol"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "BTCM"
  }, {
    "name": "BTCS",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-eth"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "BTCS"
  }, {
    "name": "CEP",
    "type": "Treasury",
    "metrics": 9,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-btc"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "CEP"
  }, {
    "name": "CEPO",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-btc"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "CEPO"
  }, {
    "name": "CNTN",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "CNTN"
  }, {
    "name": "CYPH",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "CYPH"
  }, {
    "name": "DFDV",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sol"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "DFDV"
  }, {
    "name": "ETHM",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-eth"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "ETHM"
  }, {
    "name": "ETHZ",
    "type": "Treasury",
    "metrics": 9,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-eth"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "ETHZ"
  }, {
    "name": "FGNX",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-eth"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "FGNX"
  }, {
    "name": "FWDI",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sol"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "FWDI"
  }, {
    "name": "GAME",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-eth"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "GAME"
  }, {
    "name": "HSDT",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sol"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "HSDT"
  }, {
    "name": "HYPD",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-hype"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "HYPD"
  }, {
    "name": "IPST",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-ip"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "IPST"
  }, {
    "name": "LGHL",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "LGHL"
  }, {
    "name": "MBAV",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "MBAV"
  }, {
    "name": "MSTR",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-btc"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "MSTR"
  }, {
    "name": "NAKA",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-btc"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "NAKA"
  }, {
    "name": "NVVE",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "NVVE"
  }, {
    "name": "PAPL",
    "type": "Treasury",
    "metrics": 10,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-inj"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "PAPL"
  }, {
    "name": "PURR",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-hype"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "PURR"
  }, {
    "name": "SBET",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-eth"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "SBET"
  }, {
    "name": "SBLX",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "SBLX"
  }, {
    "name": "SLAI",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sol"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "SLAI"
  }, {
    "name": "SLMT",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sol"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "SLMT"
  }, {
    "name": "SMLR",
    "type": "Treasury",
    "metrics": 9,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-btc"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "SMLR"
  }, {
    "name": "SQNS",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-btc"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "SQNS"
  }, {
    "name": "STKE",
    "type": "Treasury",
    "metrics": 5,
    "metricsList": [{
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sol"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "STKE"
  }, {
    "name": "STSS",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sol"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "STSS"
  }, {
    "name": "SUIG",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sui"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "SUIG"
  }, {
    "name": "SVRN",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "SVRN"
  }, {
    "name": "TLGYF",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "TLGYF"
  }, {
    "name": "UPXI",
    "type": "Treasury",
    "metrics": 11,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Fully Diluted",
      "identifier": "fully-diluted-mnav"
    }, {
      "name": "MNAV   Fully Diluted EV",
      "identifier": "fully-diluted-ev-mnav"
    }, {
      "name": "MNAV   Oustanding EV",
      "identifier": "outstanding-ev-mnav"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-sol"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "UPXI"
  }, {
    "name": "WETO",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "WETO"
  }, {
    "name": "WGRX",
    "type": "Treasury",
    "metrics": 2,
    "metricsList": [{
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }],
    "categories": ["Treasury"],
    "slug": "WGRX"
  }, {
    "name": "XXI",
    "type": "Treasury",
    "metrics": 8,
    "metricsList": [{
      "name": "Enterprise Value",
      "identifier": "treasury-enterprise-value-usd"
    }, {
      "name": "Market Cap",
      "identifier": "treasury-market-cap-usd"
    }, {
      "name": "MNAV   Outstanding",
      "identifier": "outstanding-mnav"
    }, {
      "name": "NAV",
      "identifier": "treasury-nav-total-usd"
    }, {
      "name": "Outstanding Shares",
      "identifier": "outstanding-shares"
    }, {
      "name": "Stock Price",
      "identifier": "stock-price-usd"
    }, {
      "name": "Treasury Holdings",
      "identifier": "treasury-holdings-btc"
    }, {
      "name": "Volume",
      "identifier": "treasury-volume-total-usd"
    }],
    "categories": ["Treasury"],
    "slug": "XXI"
  }];
  const filteredProjects = useMemo(() => {
    return projects.filter(project => {
      const matchesSearch = search === '' || project.name.toLowerCase().includes(search.toLowerCase()) || project.categories.some(cat => cat.toLowerCase().includes(search.toLowerCase()));
      const matchesType = typeFilter === 'all' || project.type === typeFilter;
      return matchesSearch && matchesType;
    });
  }, [search, typeFilter]);
  const stats = useMemo(() => ({
    chains: projects.filter(p => p.type === 'Chain').length,
    projects: projects.filter(p => p.type === 'Project').length,
    etfs: projects.filter(p => p.type === 'ETF').length,
    treasuries: projects.filter(p => p.type === 'Treasury').length,
    total: projects.length
  }), []);
  return <div>
      <div className="mb-6 grid grid-cols-5 gap-4">
        <button onClick={() => {
    setTypeFilter('Chain');
    setExpandedProject(null);
  }} className="text-center p-3 rounded-lg transition-colors cursor-pointer hover:scale-105" style={{
    backgroundColor: typeFilter === 'Chain' ? 'rgb(var(--primary-light) / 0.15)' : 'rgb(var(--primary-light) / 0.05)',
    borderColor: typeFilter === 'Chain' ? 'rgb(var(--primary))' : 'transparent',
    borderWidth: typeFilter === 'Chain' ? '2px' : '1px'
  }}>
          <div className="text-2xl font-bold text-blue-600 dark:text-blue-400">{stats.chains}</div>
          <div className="text-sm text-gray-600 dark:text-gray-400">Chains</div>
        </button>
        <button onClick={() => {
    setTypeFilter('Project');
    setExpandedProject(null);
  }} className="text-center p-3 rounded-lg transition-colors cursor-pointer hover:scale-105" style={{
    backgroundColor: typeFilter === 'Project' ? 'rgb(var(--primary-light) / 0.15)' : 'rgb(var(--primary-light) / 0.05)',
    borderColor: typeFilter === 'Project' ? 'rgb(var(--primary))' : 'transparent',
    borderWidth: typeFilter === 'Project' ? '2px' : '1px'
  }}>
          <div className="text-2xl font-bold text-green-600 dark:text-green-400">{stats.projects}</div>
          <div className="text-sm text-gray-600 dark:text-gray-400">Projects</div>
        </button>
        <button onClick={() => {
    setTypeFilter('ETF');
    setExpandedProject(null);
  }} className="text-center p-3 rounded-lg transition-colors cursor-pointer hover:scale-105" style={{
    backgroundColor: typeFilter === 'ETF' ? 'rgb(var(--primary-light) / 0.15)' : 'rgb(var(--primary-light) / 0.05)',
    borderColor: typeFilter === 'ETF' ? 'rgb(var(--primary))' : 'transparent',
    borderWidth: typeFilter === 'ETF' ? '2px' : '1px'
  }}>
          <div className="text-2xl font-bold text-purple-600 dark:text-purple-400">{stats.etfs}</div>
          <div className="text-sm text-gray-600 dark:text-gray-400">ETFs</div>
        </button>
        <button onClick={() => {
    setTypeFilter('Treasury');
    setExpandedProject(null);
  }} className="text-center p-3 rounded-lg transition-colors cursor-pointer hover:scale-105" style={{
    backgroundColor: typeFilter === 'Treasury' ? 'rgb(var(--primary-light) / 0.15)' : 'rgb(var(--primary-light) / 0.05)',
    borderColor: typeFilter === 'Treasury' ? 'rgb(var(--primary))' : 'transparent',
    borderWidth: typeFilter === 'Treasury' ? '2px' : '1px'
  }}>
          <div className="text-2xl font-bold text-orange-600 dark:text-orange-400">{stats.treasuries}</div>
          <div className="text-sm text-gray-600 dark:text-gray-400">Treasuries</div>
        </button>
        <button onClick={() => {
    setTypeFilter('all');
    setExpandedProject(null);
  }} className="text-center p-3 rounded-lg transition-colors cursor-pointer hover:scale-105" style={{
    backgroundColor: typeFilter === 'all' ? 'rgb(var(--primary-light) / 0.15)' : 'rgb(var(--primary-light) / 0.05)',
    borderColor: typeFilter === 'all' ? 'rgb(var(--primary))' : 'transparent',
    borderWidth: typeFilter === 'all' ? '2px' : '1px'
  }}>
          <div className="text-2xl font-bold text-gray-600 dark:text-gray-400">{stats.total}</div>
          <div className="text-sm text-gray-600 dark:text-gray-400">Total</div>
        </button>
      </div>

      <div className="mb-4 flex gap-4">
        <input type="text" placeholder="Search projects or categories..." className="flex-1 px-4 py-2 border rounded-lg" style={{
    backgroundColor: 'rgb(var(--primary-light) / 0.05)',
    borderColor: 'rgb(var(--primary-light) / 0.2)'
  }} value={search} onChange={e => {
    setSearch(e.target.value);
    setExpandedProject(null);
  }} />
        <select className="px-4 py-2 border rounded-lg" style={{
    backgroundColor: 'rgb(var(--primary-light) / 0.05)',
    borderColor: 'rgb(var(--primary-light) / 0.2)'
  }} value={typeFilter} onChange={e => {
    setTypeFilter(e.target.value);
    setExpandedProject(null);
  }}>
          <option value="all">All Types</option>
          <option value="Chain">Chains</option>
          <option value="Project">Projects</option>
          <option value="ETF">ETFs</option>
          <option value="Treasury">Treasuries</option>
        </select>
      </div>

      <div className="text-sm text-gray-500 dark:text-gray-400 mb-4">
        Showing {filteredProjects.length} of {projects.length} projects
      </div>

      <div className="overflow-x-auto">
        <table className="w-full">
          <thead>
            <tr style={{
    borderBottomColor: 'rgb(var(--primary-light) / 0.3)',
    borderBottomWidth: '2px'
  }}>
              <th className="text-left py-2 px-3">Project</th>
              <th className="text-left py-2 px-3">Type</th>
              <th className="text-center py-2 px-3">Metrics</th>
              <th className="text-left py-2 px-3">Categories</th>
            </tr>
          </thead>
          <tbody>
            {filteredProjects.map((project, idx) => <>
                <tr key={idx} onClick={() => setExpandedProject(expandedProject === idx ? null : idx)} className="cursor-pointer hover:bg-opacity-50" style={{
    backgroundColor: expandedProject === idx ? 'rgb(var(--primary-light) / 0.1)' : undefined,
    borderBottomColor: 'rgb(var(--primary-light) / 0.2)',
    borderBottomWidth: '1px'
  }} onMouseEnter={e => {
    if (!expandedProject || expandedProject !== idx) {
      e.currentTarget.style.backgroundColor = 'rgb(var(--primary-light) / 0.08)';
    }
  }} onMouseLeave={e => {
    if (!expandedProject || expandedProject !== idx) {
      e.currentTarget.style.backgroundColor = 'transparent';
    }
  }}>
                  <td className="py-2 px-3">
                    <strong>{project.name}</strong>
                  </td>
                  <td className="py-2 px-3">
                    <span className={`px-2 py-1 text-xs rounded-full ${project.type === 'Chain' ? 'bg-blue-100 text-blue-700 dark:bg-blue-900 dark:text-blue-300' : project.type === 'ETF' ? 'bg-purple-100 text-purple-700 dark:bg-purple-900 dark:text-purple-300' : project.type === 'Treasury' ? 'bg-orange-100 text-orange-700 dark:bg-orange-900 dark:text-orange-300' : 'bg-green-100 text-green-700 dark:bg-green-900 dark:text-green-300'}`}>
                      {project.type}
                    </span>
                  </td>
                  <td className="text-center py-2 px-3">
                    {project.metrics}
                  </td>
                  <td className="py-2 px-3 text-sm text-gray-600 dark:text-gray-400">
                    {project.categories.join(', ') || '-'}
                  </td>
                </tr>
                {expandedProject === idx && <tr style={{
    backgroundColor: 'rgb(var(--primary-light) / 0.05)'
  }}>
                    <td colSpan="4" className="py-6 px-6">
                      <div className="text-sm">
                        <div className="font-medium mb-4 text-gray-700 dark:text-gray-300">
                          Metrics for {project.name}:
                        </div>
                        <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2">
                          {project.metricsList.map((metric, metricIdx) => <div key={metricIdx} className="text-gray-600 dark:text-gray-400">
                              <a href={`/api-reference/metrics/${project.slug}/${metric.identifier}`} className="hover:text-blue-600 dark:hover:text-blue-400 hover:underline">
                                {metric.name}
                              </a>
                            </div>)}
                        </div>
                      </div>
                    </td>
                  </tr>}
              </>)}
          </tbody>
        </table>
        {filteredProjects.length === 0 && <div className="text-center py-8 text-gray-500 dark:text-gray-400">
            No projects found matching your search
          </div>}
      </div>
    </div>;
};

<ProjectsTable />

## About This Page

This page is automatically generated and contains all 305 projects currently supported by the Blockworks Data API.

* **Chains**: Blockchain networks with transaction and activity metrics
* **Projects**: DeFi protocols, applications, and platforms
* **ETFs**: Exchange-traded funds with price and flow metrics
* **Treasuries**: Corporate and protocol treasury holdings
