Returns the base URL for the KuCoin API in the following priority:
The explicitly provided
urlparameter.The
KC-API-ENDPOINTenvironment variable.The default
"https://api.kucoin.com".
Usage
get_base_url(url = Sys.getenv("KC-API-ENDPOINT"))Returns the base URL for the KuCoin API in the following priority:
The explicitly provided url parameter.
The KC-API-ENDPOINT environment variable.
The default "https://api.kucoin.com".
get_base_url(url = Sys.getenv("KC-API-ENDPOINT"))