Translations:Accounts/168/en

From ArdorDocs
Jump to: navigation, search

Start Funding Monitor Example

<syntaxhighlight lang="bash"> http://localhost:27876/nxt?

requestType=startFundingMonitor&
chain=2&
property=funding&
amount=1000000000&
threshold=15000000000&
interval=10&
secretPhrase=IWontTellYou

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"started": true,
"requestProcessingTime": 5

} </syntaxhighlight>