ExchangesImp..::..GetExchangeAsync Method

Get exchange as an asynchronous operation.

Namespace:  CoinCapApi.Imp
Assembly:  CoinCapApi (in CoinCapApi.dll)

Syntax


public Task<ExchangeResponse> GetExchangeAsync(
	string id
)
Public Function GetExchangeAsync ( _
	id As String _
) As Task(Of ExchangeResponse)

Parameters

id
Type: String
The unique identifier of the exchange to get.

Return Value

A Task<ExchangeResponse> representing the asynchronous operation.

Exceptions


ExceptionCondition
ArgumentNullExceptionid - Null or invalid value, id must be a valid exchange id.