cards

The card(s) added to the board during the round.

cards

The card(s) added to the board during the round.

Nullable: true

Type: array of card_string

Example:

Three flop cards: As, Kh, 5d

"cards": [
    "As",
    "Kh",
    "5d"
]

Last updated

Was this helpful?