Own

An order book with only self orders.

own(symbol: Optional[str], bot_id: Optional[int]) -> [Orderbook]

If bot_id is empty - uses current bot

If symbol is empty - uses current bot

Example:

own().bid[0].price → 0.65…

Last updated