Translations:Asset Exchange/84/en

From ArdorDocs
Revision as of 18:34, 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 Asset Properties Example

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

 requestType=getAssetProperties&
 asset=17554243582654188572&
 setter=ARDOR-X8ZN-WUJ2-SXY3-FBUYC&
 property=isIdentified

</syntaxhighlight>

<syntaxhighlight lang="json"> {

   "setterRS": "ARDOR-X8ZN-WUJ2-SXY3-FBUYC",
   "requestProcessingTime": 1,
   "asset": "3295228938014260892",
   "setter": "15382970207090678772",
   "properties": []

} </syntaxhighlight>