Translations:Accounts/76/en

From ArdorDocs
Jump to: navigation, search

Get Account Properties

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

 requestType=getAccountProperties&
 recipient=ARDOR-7A48-47JL-T7LD-D5FS3

</syntaxhighlight>

<syntaxhighlight lang="json"> {

 "recipientRS": "ARDOR-7A48-47JL-T7LD-D5FS3",
 "recipient": "12745647715474645062",
 "requestProcessingTime": 0,
 "properties": [
   {
     "setterRS": "ARDOR-7A48-47JL-T7LD-D5FS3",
     "property": "testkey1",
     "setter": "12745647715474645062",
     "value": "testvalue1"
   }
 ]

} </syntaxhighlight>