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

# Symbol

<details>

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

<mark style="color:red;">`Symbol.fee_coin`</mark>

<mark style="color:red;">`Symbol.amount_precision`</mark> amount (base coin) rounding. Decimal 10 ^ n

<mark style="color:red;">`Symbol.price_precision`</mark> price (counter coin) rounding. Decimal 10 ^ n (usually, n < 0)

<mark style="color:red;">`Symbol.total_counter_min`</mark> minimum value: price \* amount, that can be used to create an order

<mark style="color:red;">`Symbol.total_counter_last_min`</mark> minimum price \* ticker.last, that can be used to create an order

<mark style="color:red;">`Symbol.amount_min`</mark> - minimum amount to create an order

<mark style="color:red;">`Symbol.bid_max_multiplier`</mark> - price protection. Order can not be more than ticker.last \* bid\_max\_multiplier while placing buy order. (todo)

<mark style="color:red;">`Symbol.ask_min_multiplier`</mark> - price protection. Order can not be less than ticker.last \* ask\_min\_multiplier while placing sell order. (todo)

</details>
