# Get Market Stats

{% openapi src="/files/aIRMkbOHCqWLAooSGDx6" path="/v1/cat20-dex/getMarketStats" method="get" %}
[swagger.yaml](https://3523236551-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ4NHAHIVnWQiEecvs1By%2Fuploads%2FAb1MQjWXpVkDe4owSJwn%2Fswagger.yaml?alt=media\&token=00abbd0c-0a47-4bbf-9509-f8acae430446)
{% endopenapi %}

* Please note that the values here do not include decimal places.&#x20;
  * &#x20;`"price": 198000` refers to 198000 satoshis / 0.01 CAT, which equates to 0.198 FB/CAT after conversion.
* The unit for volume is satoshis.
  * `"volume": "7169599786237"` translates to a total transaction volume of 71695.99786237 FB.

<figure><img src="/files/byD4VsqsMTWFrfUdKM7Q" alt=""><figcaption><p>Example</p></figcaption></figure>


---

# 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.unisat.io/developer-support/open-api-documentation/api-for-fractal-bitcoin/cat20-dex/get-market-stats.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.
