> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/json-object/ante_amount.md).

# ante\_amount

#### ante\_amount

The amount of the ante, for all players, in the [currency](/json-object/currency.md) specified.

**Type:** decimal

**Nullable:** true

{% hint style="info" %}
If the game does not have antes then **ante\_amount** can either be ommitted, null or zero.
{% endhint %}

**Example:**

$1 ante

```javascript
"ante_amount": 1.00
```

Not an ante game:

```javascript
"ante_amount": null
```
