amount

The amount of the action performed.

amount

The amount of the action performed / the total amount put in during this action.

Type: decimal (optional)

Nullable: true

Can be omitted, null or zero if the action does not require a bet amount. For example: required for Bet and Raise or Call actions, but optional for Check and Fold actions.

For a "Raise" the "amount" specified in the <action_obj> should be the amount the player put into the pot for this action.

For example, if a player bet $2 and was raised then re-raised to a total of $20 the amount for the raise should be 18.00

If a player faces a $50 bet and raises $100 to $150, the amount is $150.

Example:

The player raises to $100 flat:

"amount": 100.00

Last updated