Translations:Asset Exchange/93/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 Assets Example

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

 requestType=getAssets&
 assets=17554243582654188572

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"assets": [
 {
  "quantityQNT": "2100000000000000",
  "numberOfAccounts": 31,
  "accountRS": "ARDOR-3TKA-UH62-478B-DQU6K",
  "decimals": 8,
  "numberOfTransfers": 63,
  "name": "awsBTC",
  "description": "Production aws BTC (awsBTC)",
  "numberOfTrades": 9,
  "asset": "17554243582654188572",
  "account": "13300069592148796968"
 }
],
"requestProcessingTime": 15

} </syntaxhighlight>