# Traded Pairs

This list represents all traded pairs sorted by total orders on the ZenDex platform.

{% hint style="info" %}
&#x20;This data is available to watch even if no wallet is connected.

The uniqueness of a pair is represented in lexicographic order based on the asset identifiers. This means for example pair A/B and pair B/A will be represented as pair A/B.

When the ZP asset is part of the pair, it will be used as the quote.
{% endhint %}

![](/files/-Mj96HiOfe9vwPSbodhE)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zenprotocol.com/apps/dex/dex-user-guide/traded-pairs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
