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

# DEX Market

> A specific trading pair on a decentralized exchange — the atomic unit of on-chain trading.

The **DEX Market** Object is the atomic unit of on-chain trading — a specific trading pair on a specific decentralized exchange. Examples include SOL/USDC on Raydium or ETH/USDC on Uniswap.

## What a DEX Market represents

A DEX Market Object represents a single liquidity pool or trading pair on a single venue. Every DEX Market has exactly one base token, one quote token, one host Protocol, and one Network.

## Commands

The DEX Market catalog focuses on pair-level analytics — price action, liquidity depth, holders, and trade impact.

<Card title="DEX Market Commands" icon="terminal" href="/docs/core-concepts/commands/by-object/dex-market">
  Browse all Commands available for the DEX Market Object.
</Card>

## Related

<CardGroup cols={2}>
  <Card title="Monitoring DEX activity" icon="arrow-right-arrow-left" href="/docs/guides/by-workflow/monitoring-dex-activity">
    A structured approach to DEX-level monitoring across venue, market, and trader.
  </Card>

  <Card title="Objects overview" icon="shapes" href="/docs/core-concepts/objects/overview">
    See how DEX Market relates to every other Object.
  </Card>
</CardGroup>
