cards
The card(s) added to the board during the round.
cards
The card(s) added to the board during the round.
Nullable: true
Can be omitted, null or an empty array If the betting round adds no cards to the board.
Only new board cards should be specified. For example, on the turn, only specify the one new card. DO NOT include the flop cards.
Type: array of card_string
Examples:
Three flop cards: As, Kh, 5d
"cards": [
"As",
"Kh",
"5d"
]One turn card:
"cards": [
"4h"
]Last updated
Was this helpful?