getAssetIds
Get the IDs of all assets in the exchange in reverse block height of creation order.
Request:
requestType is getAssetIds
firstIndex is the zero-based index to the first asset ID to retrieve (optional)
lastIndex is the zero-based index to the last asset ID to retrieve (optional)
Response:
(A) assets is the array of asset IDs
(N) requestProcessingTime is the API request processing time (in millisec)
Example:
Request:
http://localhost:801/BEAM?requestType=getAssetIds&lastIndex=5
Response:
{ “assetIds”: [ “2644409077762286513”, “5533434524898779728”, “7756017130240677072”, “2663432644302202784”, “11700625361170592721”, “9789600218215198873” ], “requestProcessingTime”: 1 }
Last updated