> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/function/structures/balance.md).

# Balance

<details>

<summary><a href="/pages/6TLh3HSmDezVNwXYXgw3#balance"><mark style="color:red;"><code>Balance</code></mark></a></summary>

<mark style="color:red;">`Balance.available [decimal]`</mark> amount for tokens available at the time of calculating grid

<mark style="color:red;">`Balance.reserved [decimal]`</mark> amount for tokens reserver *(ex: orders already placed)* at the time of calculating grid

<mark style="color:red;">`Balance.total [decimal]`</mark> amount of tokens on the account (Balance.available + Balance.reserved) at the time of calculating grid

</details>
