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

# Streaming API Supported Chains & DEXes

> Chains and DEXes supported by the GoldRush Streaming API for real-time DEX pair, OHLCV, swap, and wallet activity streams.

export const SupportedChainsDexes = () => <table>
    <thead>
      <tr>
        <th>Chain</th>
        <th>Supported DEXes</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><code>BASE_MAINNET</code></td>
        <td><code>UNISWAP_V2</code>, <code>UNISWAP_V3</code>, <code>PANCAKESWAP_V2</code>, <code>PANCAKESWAP_V3</code>, <code>VIRTUALS_V2</code>, <code>CLANKER_V3</code></td>
      </tr>
      <tr>
        <td><code>BSC_MAINNET</code></td>
        <td><code>PANCAKESWAP_V2</code>, <code>PANCAKESWAP_V3</code></td>
      </tr>
      <tr>
        <td><code>ETH_MAINNET</code></td>
        <td><code>UNISWAP_V2</code>, <code>UNISWAP_V3</code></td>
      </tr>
      <tr>
        <td><code>HYPERCORE_MAINNET</code></td>
        <td>Hyperliquid (native support)</td>
      </tr>
      <tr>
        <td><code>HYPEREVM_MAINNET</code></td>
        <td><code>PROJECT_X</code></td>
      </tr>
      <tr>
        <td><code>MEGAETH_MAINNET</code></td>
        <td><code>UNISWAP_V2</code>, <code>UNISWAP_V3</code>, <code>JOE_V2</code>, <code>KUMBAYA_V1</code>, <code>PRISM_V1</code></td>
      </tr>
      <tr>
        <td><code>MONAD_MAINNET</code></td>
        <td><code>NAD_FUN</code>, <code>UNISWAP_V2</code>, <code>UNISWAP_V3</code></td>
      </tr>
      <tr>
        <td><code>POLYGON_MAINNET</code></td>
        <td><code>QUICKSWAP_V2</code>, <code>QUICKSWAP_V3</code>, <code>SUSHISWAP_V2</code></td>
      </tr>
      <tr>
        <td><code>SOLANA_MAINNET</code></td>
        <td><code>RAYDIUM_AMM</code>, <code>RAYDIUM_CPMM</code>, <code>RAYDIUM_CLMM</code>, <code>PUMP_FUN</code>, <code>PUMP_FUN_AMM</code>, <code>MOONSHOT</code>, <code>RAYDIUM_LAUNCH_LAB</code>, <code>METEORA_DAMM</code>, <code>METEORA_DLMM</code>, <code>METEORA_DBC</code>, <code>ORCA_WHIRLPOOL</code></td>
      </tr>
      <tr>
        <td><code>TEMPO_MAINNET</code></td>
        <td><code>TEMPO_ORDERBOOK</code></td>
      </tr>
    </tbody>
  </table>;

The GoldRush Streaming API delivers real-time, decoded blockchain data across the chains and DEXes listed below. Subscriptions like [New DEX Pairs](/api-reference/streaming-api/subscriptions/new-dex-pairs-stream), [OHLCV Pairs](/api-reference/streaming-api/subscriptions/ohlcv-pairs-stream), and [Wallet Activity](/api-reference/streaming-api/subscriptions/wallet-activity-stream) accept any of the chain identifiers below as filters.

<Tip>
  **Hyperliquid (HyperCore)** is supported as a non-EVM chain with native perps data - fills, liquidations, funding rates, delegations, and vault actions. No rate limits. See the [full Hyperliquid product suite →](/goldrush-hyperliquid/overview) or [HyperCore chain details →](/chains/hypercore).
</Tip>

<SupportedChainsDexes />
