TagsImp..::..GetTagAsync Method
Get information about a given cryptocurrency tag.
Namespace:
CoinpaprikaApi.ImpAssembly: CoinpaprikaApi (in CoinpaprikaApi.dll)
Syntax
Parameters
- tag_id
- Type: String
The tag identifier (ex: blockchain-service).
- include_coins
- Type: Boolean
If set to true coin list will be included.
- include_icos
- Type: Boolean
If set to true icos list will be included.
Return Value
A Task<TagItem> representing the asynchronous operation.Exceptions
Exception | Condition |
---|---|
ArgumentNullException | tag_id - Invalid value, tag_id must be a valid tag identified (ex: blockchain-service) |