Translations:Accounts/112/en

From ArdorDocs
Revision as of 18:33, 23 June 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Get Funding Monitors Example

http://localhost:27876/nxt?
 requestType=getFundingMonitor&
 property=funding&
 secretPhrase=IWontTellYou&
 includeMonitoredAccounts=true

{
 "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"
  }
 ]
}