On this page

latest contributor to this doc

Last Edit:

@gcharang

set_required_confirmations

set_required_confirmations coin confirmations

The set_required_confirmations method sets the number of confirmations for which Komodo DeFi Framework API must wait for the selected coin.

This setting is not persistent. The value must be reset in the coins file on restart.

StructureTypeDescription
coinstringthe ticker of the selected coin
confirmationsnumberthe number of confirmations to require

StructureTypeDescription
coinstringthe coin selected in the request
confirmationsnumberthe number of confirmations in the request

POST
set_required_confirmations
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "set_required_confirmations",
  "coin": "DOC",
  "confirmations": 3
}