> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/tournament-info-object/tournament_info_obj/fee_amount.md).

# fee\_amount

#### fee\_amount

The fee paid to buy-in to the tournament (as specified in [currency](/tournament-info-object/tournament_info_obj/currency.md)).

**nullable:** true

{% hint style="info" %}
Can be omitted, null or zero if there is no fee to enter the tournament.
{% endhint %}

**Type:** decimal

**Example:**

```javascript
"fee_amount": 2.00
```
