> 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/small_blind_amount.md).

# small\_blind\_amount

#### small\_blind\_amount

The amount of the small blind (in the [currency](/json-object/currency.md) specified).

**Nullable:** true.  Can be omitted if the game does not have blinds, but required for games with blinds.

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

**Type:** decimal

**Example:**

```javascript
"small_blind_amount": 25.00
```
