CoinsImp..::..GetCoinTweetsAsync Method

Get the last 50 timeline tweets from the official Twitter profile for a given coin..

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

Syntax


public Task<IEnumerable<CoinTweetItem>> GetCoinTweetsAsync(
	string coin_id
)
Public Function GetCoinTweetsAsync ( _
	coin_id As String _
) As Task(Of IEnumerable(Of CoinTweetItem))

Parameters

coin_id
Type: String
The coin identifier (ex: btc-bitcoin).

Return Value

A Task<IEnumerable<CoinTweetItem>> representing the asynchronous operation.

Exceptions


ExceptionCondition
ArgumentNullExceptioncoin_id - Invalid value, coin_id must be a valid coin identified (ex: btc-bitcoin)