ExchangesImp..::..GetExchangesAsync Method

List all exchanges (active with trading volumes).

Namespace:  CoinGeckoAPI.Imps
Assembly:  CoinGeckoAPI (in CoinGeckoAPI.dll)

Syntax


public Task<IEnumerable<ExchangeItem>> GetExchangesAsync(
	uint per_page,
	uint page
)
Public Function GetExchangesAsync ( _
	per_page As UInteger, _
	page As UInteger _
) As Task(Of IEnumerable(Of ExchangeItem))

Parameters

per_page
Type: UInt32
Total results per page. Default: 100.
page
Type: UInt32
Page through results

Return Value

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

Exceptions


ExceptionCondition
ArgumentOutOfRangeExceptionper_page - Invalid value. Value must be an integer from 1 to 250.