TickersImp..::..GetTickersAsync Method

Get price data of all active cryptocurrencies. Free plan is limited to 2500 results.

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

Syntax


public Task<IEnumerable<TickerItem>> GetTickersAsync(
	IEnumerable<string> quotes
)
Public Function GetTickersAsync ( _
	quotes As IEnumerable(Of String) _
) As Task(Of IEnumerable(Of TickerItem))

Parameters

quotes
Type: IEnumerable<(Of <(<'String>)>)>
A list of quotes to return. Up to 3 quotes at once. Currently allowed values: BTC, ETH, USD, EUR, PLN, KRW, GBP, CAD, JPY, RUB, TRY, NZD, AUD, CHF, UAH, HKD, SGD, NGN, PHP, MXN, BRL, THB, CLP, CNY, CZK, DKK, HUF, IDR, ILS, INR, MYR, NOK, PKR, SEK, TWD, ZAR, VND, BOB, COP, PEN, ARS, ISK. Default: USD

Return Value

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