> 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/json-object/tournament_bounties.md).

# tournament\_bounties

#### tournament\_bounties

Bounties received by a player in the hand.

**Nullable:** true

{% hint style="info" %}
For tournaments and sit n' go's only.  Omit for cash games.
{% endhint %}

**Type:** array of [\<tournament\_bounty\_obj>](/tournament-bounty-object/tournament_bounty_obj.md) objects

**Example:**

```javascript
"tournament_bounties": [
    <tournament_bounty_obj>,
    <tournament_bounty_obj>
]
```
