CoinsImp Members
The CoinsImp type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
GetCoinEventsAsync |
Get coin events as an asynchronous operation.
|
![]() |
GetCoinExchangesAsync |
Get exchanges where a given coin is traded.
|
![]() |
GetCoinMarketsAsync |
Get all available markets for a given coin.
|
![]() |
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.
|
![]() |
GetCoinOhlcLatestAsync |
Get Open/High/Low/Close values with volume and market capitalization for the last full day.
|
![]() |
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.
|
![]() |
GetCoinsAsync |
Get basic information about cryptocurrencies as an asynchronous operation.
|
![]() |
GetCoinTweetsAsync |
Get the last 50 timeline tweets from the official Twitter profile for a given coin..
|