rounds

The betting rounds that occurred within the hand.

rounds

An array of <round_obj> objects betting rounds that occurred within the hand.

Type: array of <round_obj> objects

Example:

"rounds": [
    <round_obj>,
    <round_obj>,
    <round_obj>
]

Last updated

Was this helpful?