CoinsImp..::..GetCoinExchangesAsync Method
Get exchanges where a given coin is traded.
Namespace:
CoinpaprikaApi.ImpAssembly: CoinpaprikaApi (in CoinpaprikaApi.dll)
Syntax
public Task<IEnumerable<CoinExchangeItem>> GetCoinExchangesAsync( string coin_id )
Public Function GetCoinExchangesAsync ( _ coin_id As String _ ) As Task(Of IEnumerable(Of CoinExchangeItem))
Parameters
- coin_id
- Type: String
The coin identifier (ex: btc-bitcoin).
Return Value
A Task<IEnumerable<CoinEventItem>> representing the asynchronous operation.Exceptions
Exception | Condition |
---|---|
ArgumentNullException | coin_id - Invalid value, coin_id must be a valid coin identified (ex: btc-bitcoin) |