ExchangesImp..::..GetExchangeVolumeChartAsync Method
Get volume_chart data for a given exchange.
Namespace:
CoinGeckoAPI.ImpsThe results of this are not very user friendly (but good for charting). For a more user friendly data format see GetExchangeVolumeChartFriendlyAsync(String, UInt32).
Assembly: CoinGeckoAPI (in CoinGeckoAPI.dll)
Syntax
Parameters
- id
- Type: String
The exchange id (can be obtained from GetExchangesListAsync()()()()).
- days
- Type: UInt32
Data up to number of days ago (eg. 1,14,30).
Return Value
A Task<System.String[][]> representing the asynchronous operation.Exceptions
Exception | Condition |
---|---|
ArgumentNullException | id - Invalid value. Value must be a valid exchange id (EX: bitstamp) |