binance-dca-bot
binance-dca-bot copied to clipboard
Replace the legacy querystring API by the URLSearchParams API
The querystring API is considered Legacy. While it is still maintained, new code should use the <URLSearchParams> API instead. (query-string is a package and URLSearchParams is a native interface.)