Get Asset Ids
Get the IDs of all assets in the exchange in reverse block height of creation order.
Request:
- requestType is getAssetIds
- firstIndex is a zero-based index to the first asset ID to retrieve (optional)
- lastIndex is a zero-based index to the last asset ID to retrieve (optional)
- requireBlock is the block ID of a block that must be present in the blockchain during execution (optional)
- requireLastBlock is the block ID of a block that must be last in the blockchain during execution (optional)
Response:
- assets (A) is an array of asset IDs
- lastBlock (S) is the last block ID on the blockchain (applies if requireBlock is provided but not requireLastBlock)
- requestProcessingTime (N) is the API request processing time (in millisec)