Translations:Accounts/112/en

From ArdorDocs
Jump to: navigation, search

Get Funding Monitors Example

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

requestType=getFundingMonitor&
property=funding&
secretPhrase=IWontTellYou&
includeMonitoredAccounts=true

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"requestProcessingTime": 0,
"monitors": [
 {
  "holding": "0",
  "amount": "1000000000",
  "monitoredAccounts": [
   {
    "amount": "1000000000",
    "accountRS": "ARDR-5MYN-AP7M-NKMH-CRQJZ",
    "threshold": "15000000000",
    "interval": 10,
    "account": "12664921794733526996"
   },
   {
    "amount": "1000000000",
    "accountRS": "ARDR-G885-AKDX-5G2B-BLUCG",
    "threshold": "15000000000",
    "interval": 10,
    "account": "10892890577210644675"
   }
  ],
  "holdingType": 0,
  "accountRS": "ARDR-7A48-47JL-T7LD-D5FS3",
  "property": "funding",
  "threshold": "15000000000",
  "interval": 10,
  "account": "12745647715474645062"
 }
]

} </syntaxhighlight>