On this page

latest contributor to this doc

Last Edit:

@gcharang

coins_needed_for_kick_start

coins_needed_for_kick_start()

If the Komodo DeFi Framework API 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 API is started to continue the interrupted swaps. Consider calling this method on Komodo DeFi Framework API startup and activate the returned coins using enable or electrum methods.

StructureTypeDescription
(none)

StructureTypeDescription
resultarray of stringstickers of coins that should be activated to kick-start swaps and orders

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