Get Binance Spot book ticker
Usage
spot_get_book_ticker(
symbol = NULL,
symbols = NULL,
symbol_status = NULL,
json_list = FALSE,
config = config_spot()
)Arguments
- symbol
Optional trading pair symbol.
- symbols
Optional character vector of trading pair symbols.
- symbol_status
Optional trading status filter.
- json_list
If
TRUE, return the parsed list instead of converting array responses todata.table.- config
A spot configuration created by
config_spot().