Translations:Asset Exchange/76/en
From ArdorDocs
Get Asset Ids Example
<syntaxhighlight lang="bash"> http://localhost:27876/nxt?
requestType=getAssetIds& firstIndex=15& lastIndex=15
</syntaxhighlight>
<syntaxhighlight lang="json"> {
"assetIds": [ "17554243582654188572" ], "requestProcessingTime": 1
} </syntaxhighlight>