# currency

#### currency

The currency of the game or tournament buy-in and fee as an ISO currency code.

**Type:** string

**Format:** [ISO4217 currency code](https://www.iso.org/iso-4217-currency-codes.html)

* "XPM" - Play Money; a currency with no monetary value
* "XSC" - PokerStars coin

{% hint style="warning" %}
If your site uses a coin specific to your site that has value and is not considered play money then please see the [Change Request Process](/contact-us/change-request-process.md) to learn how to submit your coin for inclusion in the specification at which point we will include it and increase the specification's version number.  Your site specific coin should be three characters and not conflict with any existing currencies.
{% endhint %}

**Example:**

```javascript
"currency": "USD"
```


---

# 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://hh-specs.handhistory.org/json-object/currency.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.
