# 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>](https://hh-specs.handhistory.org/tournament-bounty-object/tournament_bounty_obj) objects

**Example:**

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