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

# Centralized Exchange Pairs by Exchange

> Get all pairs on a given exchange for which DIA is collecting trades data at the moment.

Get all pairs on a given exchange for which DIA is collecting trades data at the moment.

<Card title="Example" href="https://api.diadata.org/v1/pairsCex/Kraken" icon="angle-right" horizontal>
  [https://api.diadata.org/v1/pairsCex/Kraken](https://api.diadata.org/v1/pairsCex/Kraken)
</Card>

Use the query parameter verified in order to get either verified or unverified pairs.

<Card title="Example" href="https://api.diadata.org/v1/pairsCex/Kraken?verified=true" icon="angle-right" horizontal>
  [https://api.diadata.org/v1/pairsCex/Kraken?verified=true](https://api.diadata.org/v1/pairsCex/Kraken?verified=true)
</Card>

## Path Parameters

<ParamField path="exchange" type="string" required>
  Name of the crypto exchange.
</ParamField>

## Query Parameters

<ParamField query="verified" type="boolean">
  If set to true, only verified pairs are returned. If set to false, only
  unverified pairs are returned.
</ParamField>
