Translations:Asset Exchange/56/en

From ArdorDocs
Jump to: navigation, search

Get Asset Example

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

 requestType=getAsset&
 asset=17554243582654188572

</syntaxhighlight>

<syntaxhighlight lang="json"> {

"quantityQNT": "2100000000000000",
"numberOfAccounts": 31,
"accountRS": "ARDOR-3TKA-UH62-478B-DQU6K",
"decimals": 8,
"numberOfTransfers": 63,
"name": "mgwBTC",
"description": "Production Multigateway BTC (mgwBTC) is backed 100% by...",
"numberOfTrades": 9,
"requestProcessingTime": 11,
"asset": "17554243582654188572",
"account": "13300069592148796968"

} </syntaxhighlight>