Skip to contents

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 to data.table.

config

A spot configuration created by config_spot().

Value

A parsed list for single-symbol requests, or a data.table for multi-symbol/all-symbol requests unless json_list = TRUE.