CoinsImp Methods

The CoinsImp type exposes the following members.

Methods


  Name Description
Public method GetCoinAsync
Get detailed descriptive information about a single coin as an asynchronous operation, without price or volume data. For price data, check the /tickers and /tickers/{coin_id} endpoints.
Public method GetCoinEventsAsync
Get coin events as an asynchronous operation.
Public method GetCoinExchangesAsync
Get exchanges where a given coin is traded.
Public method GetCoinMarketsAsync
Get all available markets for a given coin.
Public method GetCoinOhlcHistoricAsync
Get Open/High/Low/Close values with volume and market capitalization for any date range. If the end date is the current day, data can change with every request until actual close of the day.
Public method GetCoinOhlcLatestAsync
Get Open/High/Low/Close values with volume and market capitalization for the last full day.
Public method GetCoinOhlcTodayAsync
Get Open/High/Low/Close values with volume and market capitalization for the current day. Data can change every each request until actual close of the day.
Public method GetCoinsAsync
Get basic information about cryptocurrencies as an asynchronous operation.
Public method GetCoinTweetsAsync
Get the last 50 timeline tweets from the official Twitter profile for a given coin..