For the complete documentation index, see llms.txt. This page is also available as Markdown.

tournament_bounties

Bounties received by a player in the hand.

tournament_bounties

Bounties received by a player in the hand.

Nullable: true

For tournaments and sit n' go's only. Omit for cash games.

Type: array of <tournament_bounty_obj> objects

Example:

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

Last updated

Was this helpful?