Returns the base URL for the KuCoin Futures API in the following priority:
The explicitly provided
urlparameter.The
KUCOIN_FUTURES_API_ENDPOINTenvironment variable.The default
"https://api-futures.kucoin.com".
Usage
get_futures_base_url(url = Sys.getenv("KUCOIN_FUTURES_API_ENDPOINT"))