On this page

latest contributor to this doc

Last Edit:

@smk762

Coins Needed for Kick Start

API-v1coins_needed_for_kick_start

If the Komodo DeFi Framework API is stopped while making a swap or having an active order, it will attempt to kick-start them on the next launch and continue from the point where it stopped. The coins_needed_for_kick_start method returns the tickers of coins that should be activated as soon as possible after the Komodo DeFi Framework API is started to continue the interrupted swaps. Consider calling this method on Komodo DeFi Framework API startup and activate the returned coins using the enable or electrum methods.

ParameterTypeRequiredDescription
(none)-This method does not take any parameters.

ParameterTypeDescription
resultarray of stringsTickers of coins that should be activated to kick-start swaps and orders

coins_needed_for_kick_start

POST
coins_needed_for_kick_start
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "coins_needed_for_kick_start"
}