Translations:Asset Exchange/42/en
From ArdorDocs
Get All Assets Example
<syntaxhighlight lang="bash"> http://localhost:27876/nxt?
requestType=getAllAssets& firstIndex=1& lastIndex=5
</syntaxhighlight>
<syntaxhighlight lang="json"> {
"assets": [
{
"quantityQNT": "1",
"accountRS": "ARDOR-KZEK-7CVF-P88G-4DTRA",
"decimals": 0,
"name": "SNABCD",
"description": "Mobile Phone 2",
"hasPhasingAssetControl": false,
"asset": "9677555488988261487",
"account": "2620860970609212817"
},
{
"quantityQNT": "1000000",
"accountRS": "ARDOR-78Q5-GP4B-763B-7AGBG",
"decimals": 5,
"name": "Upps",
"description": "Unidades de participação",
"hasPhasingAssetControl": false,
"asset": "9896760296148674110",
"account": "6279645661425212099"
},
{
"quantityQNT": "10000",
"accountRS": "ARDOR-6645-FEKY-BC5T-EPW5D",
"decimals": 0,
"name": "AssetP2",
"description": "{\"name\":\"Lorem ipsum Paapp\",\"channel\":\"Not Panamerica\",\"fullhash\":\"b1147b93d37ada612de0934722d30d58d0b2efc6212196b4064e7dd07a54e712\"}",
"hasPhasingAssetControl": false,
"asset": "9908792094168526059",
"account": "14235761234537484355"
},
{
"quantityQNT": "1",
"accountRS": "ARDOR-WFWX-MMGU-AMTG-D5FTR",
"decimals": 0,
"name": "MstrTkn",
"description": "Master token",
"hasPhasingAssetControl": false,
"asset": "10164872532453123955",
"account": "13539407748888672157"
},
{
"quantityQNT": "50000000",
"accountRS": "ARDOR-APM5-TLV8-J3KY-6T3JG",
"decimals": 2,
"name": "PeterTest",
"description": "Peter Wallet Test",
"hasPhasingAssetControl": false,
"asset": "10260918643336798387",
"account": "5134167126598506083"
}
],
"requestProcessingTime": 0
} </syntaxhighlight>