kucoin_symbols_list {cryptotrackr} | R Documentation |
kucoin_symbols_list
Description
kucoin_symbols_list
Usage
kucoin_symbols_list(market = NULL, timeout_seconds = 60)
Arguments
market |
optionally provide a market to filter on. This function will return all markets by default. |
timeout_seconds |
seconds until the query times out. Default is 60. |
Value
returns a dataframe containing information about trading symbols
Examples
kucoin_symbols_list('btc', 4.5)
[Package cryptotrackr version 1.3.3 Index]