# coins_needed_for_kick_start
coins_needed_for_kick_start()
If the Komodo DeFi Framework is stopped while making a swap/having the active order it will attempt to kick-start them on next launch and continue from the point where it's stopped. coins_needed_for_kick_start
returns the tickers of coins that should be activated ASAP after the Komodo DeFi Framework is started to continue the interrupted swaps. Consider calling this method on Komodo DeFi Framework startup and activate the returned coins using enable
or electrum
methods.
# Arguments
Structure | Type | Description |
---|---|---|
(none) |
# Response
Structure | Type | Description |
---|---|---|
result | array of strings | tickers of coins that should be activated to kick-start swaps and orders |
# 📌 Examples
# Command
curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"coins_needed_for_kick_start\"}"