CoinsImp..::..GetCoinAsync Method
Get detailed descriptive information about a single coin as an asynchronous operation, without price or volume data. For price data, check the /tickers and /tickers/{coin_id} endpoints.
Namespace:
CoinpaprikaApi.ImpAssembly: CoinpaprikaApi (in CoinpaprikaApi.dll)
Syntax
public Task<CoinResponse> GetCoinAsync( string coin_id )
Public Function GetCoinAsync ( _ coin_id As String _ ) As Task(Of CoinResponse)
Parameters
- coin_id
- Type: String
The coin identifier (ex: btc-bitcoin).
Return Value
A Task<CoinResponse> representing the asynchronous operation.Exceptions
Exception | Condition |
---|---|
ArgumentNullException | coin_id - Invalid value, coin_id must be a valid coin identified (ex: btc-bitcoin) |