# is\_allin

#### is\_allin

Whether or not the player has committed all of their chips into the pot with this action.

**Type:** boolean (optional)

**Nullable:** true

{% hint style="warning" %}
Can be omitted, null or false if the player did not go all-in with this action.
{% endhint %}

**Example:**

```javascript
"is_allin": false
```
