Orderbook
An order book is a comprehensive record maintained by a trading platform, documenting the buy and sell orders that reflect the interests of market participants.
Last updated
An order book is a comprehensive record maintained by a trading platform, documenting the buy and sell orders that reflect the interests of market participants.
Last updated
orderbook
(symbol: Optional[str], exchange: Optional[str|int]) -> []Returns orderbook in structure.
Parameters:
symbol : str, default 'base-counter'
Use token symbols in the 'symbol-symbol' format. Example: 'ETH-USDT'
,'
-USDT'
,’ETH-
’
. If symbol
is empty - uses current symbol for bot. Shortcuts and could be used.
exchange : int|str, default bot's exchange
If symbol
is empty - uses current symbol for bot. (ex.: 'ETH-USDT'
, -USDT
,’ETH-
’
)
If exchange
is empty - uses current exchange for bot’s account
symbol
must be specified for usage in update_balance_formula
inside group
exchange
must be specified for usage in update_balance_formula
inside group