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

# Own

## <mark style="color:purple;">`own`</mark>(*symbol*: *Optional*\[*str*], *bot\_id*: *Optional*\[*int*]) -> \[[*<mark style="color:blue;">Orderbook</mark>*](/function/structures/orderbook.md)]

If <mark style="color:red;">`bot_id`</mark> is empty - uses current bot

If <mark style="color:red;">`symbol`</mark> is empty - uses current bot

<details>

<summary>Example:</summary>

<mark style="color:red;">`own().bid[0].price`</mark>` ``→ 0.65…`

</details>
