# Get Token Price

{% openapi src="/files/aIRMkbOHCqWLAooSGDx6" path="/v1/cat20-dex/getTokenPrice" 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;`"askPrice": 197000` refers to 197000 satoshis / 0.01 CAT, which equates to 0.197 FB/CAT after conversion.
* `askPrice` represents the current lowest selling price from sellers.
* `bidPrice` represents the current highest bid from buyers.

<figure><img src="/files/HprdA5muAJ8gWNTtihLD" 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-token-price.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.
