> ## 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 Asset

> Get all pairs on a centralized exchange for which DIA is collecting trades data at the moment. Include pairs across all exchanges involving the requested asset as either base- or quote token.

<Card title="Example" href="https://api.diadata.org/v1/pairsAssetCex/Shiden/0x0000000 000000000000000000000000000000000" icon="angle-right" horizontal>
  [https://api.diadata.org/v1/pairsAssetCex/Shiden/0x0000000000000000000000000000000000000000](https://api.diadata.org/v1/pairsAssetCex/Shiden/0x0000000000000000000000000000000000000000)
</Card>

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

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

## Path Parameters

<ParamField path="blockchain" type="string" required>
  Name of the blockchain for the requested asset.
</ParamField>

<ParamField path="address" type="string" required>
  Address of the requested asset.
</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>
