Get Aliases
Get information on aliases owned by a given account in alias name order.
Request:
- requestType is getAliases
- account is the ID of the account that owns the aliases
- timestamp is the earliest creation time (in seconds since the genesis block) of the aliases (optional)
- firstIndex is a zero-based index to the first alias to retrieve (optional)
- lastIndex is a zero-based index to the last alias 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:
- aliases (A) is an array of alias objects (refer to Get Alias for details)
- 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)