
CryptoCompare
Provides a basic HTTP interface to allow easy communication with the CryptoCompare API, by wrapping
For now only HTTP REST API is available. Work on Websocket one is in progress.
API Documentation
Example:
Functions
Get general info for all the coins available on the website
Get data for a currency pair. It returns general block explorer information, aggregated data and individual data for each exchange available
Get the general, subs (used to connect to the streamer and to figure out what exchanges we have data for and what are the exact coin pairs of the coin) and the aggregated prices for all pairs available
Get day average price. The values are based on hourly vwap data and the average can be calculated in different waysIt uses BTC conversion if data is not available because the coin is not trading in the specified currency. If tryConversion is set to false it will give you the direct data. If no toTS is given it will automatically do the current day. Also for different timezones use the UTCHourDiff paramThe calculation types are: HourVWAP - a VWAP of the hourly close price, MidHighLow - the average between the 24 H high and low. VolFVolT - the total volume from / the total volume to (only avilable with tryConversion set to false so only for direct trades but the value should be the most accurate price)
Get open, high, low, close, volumefrom and volumeto daily historical data. The values are based on 00:00 GMT time. It uses BTC conversion if data is not available because the coin is not trading in the specified currency
Get open, high, low, close, volumefrom and volumeto from the each hour historical data. It uses BTC conversion if data is not available because the coin is not trading in the specified currency
Get open, high, low, close, volumefrom and volumeto from the each minute historical data. This data is only stored for 7 days, if you need more,use the hourly or daily path. It uses BTC conversion if data is not available because the coin is not trading in the specified currency
Used to get all the mining equipment available on the website. It returns an array of mining equipment objects
Get the latest price for a list of one or more currencies. Really fast, 20-60 ms. Cached each 10 seconds
Get the price of any cryptocurrency in any other currency that you need at a given timestamp. The price comes from the daily info - so it would be the price at the end of the day GMT based on the requested TS. If the crypto does not trade directly into the toSymbol requested, BTC will be used for conversion. Tries to get direct trading pair data, if there is none or it is more than 30 days before the ts requested, it uses BTC conversion. If the opposite pair trades we invert it (eg.: BTC-XMR)
Get all the current trading info (price, vol, open, high, low etc) of any list of cryptocurrencies in any other currency that you need.If the crypto does not trade directly into the toSymbol requested, BTC will be used for conversion. This API also returns Display values for all the fields. If the opposite pair trades we invert it (eg.: BTC-XMR)
Get top pairs by volume for a currency (always uses our aggregated data). The number of pairs you get is the minimum of the limit you set (default 5) and the total number of pairs available
Get general info for all the coins available on the website.
Example:
Get data for a currency pair. It returns general block explorer information, aggregated data and individual data for each exchange available.
This api is getting abused and will be moved to a min-api path in the near future. Please try not to use it.
Example:
Get the general, subs (used to connect to the streamer and to figure out what exchanges we have data for and what are the exact coin pairs of the coin) and the aggregated prices for all pairs available.
Example:
Get day average price. The values are based on hourly vwap data and the average can be calculated in different waysIt uses BTC conversion if data is not available because the coin is not trading in the specified currency. If tryConversion is set to false it will give you the direct data. If no toTS is given it will automatically do the current day. Also for different timezones use the UTCHourDiff paramThe calculation types are: HourVWAP - a VWAP of the hourly close price, MidHighLow - the average between the 24 H high and low. VolFVolT - the total volume from / the total volume to (only avilable with tryConversion set to false so only for direct trades but the value should be the most accurate price)
Optional parameters:
- - String. Name of exchange. Default: CCCAGG
- - String. Name of your application
- - bool. If set to true, the server will sign the requests.
- - bool. If set to false, it will try to get values without using any conversion at all. Default:
- - String. Default:
- - int. Default:
- - timestamp. Hour unit
Example
Compute the current trading info (price, vol, open, high, low etc) of the requested pair as a volume weighted average based on the markets requested.
Optional parameters:
- - String. Name of your application
- - bool. If set to true, the server will sign the requests.
- - bool. If set to false, it will try to get values without using any conversion at all. Default:
Example:
Get open, high, low, close, volumefrom and volumeto daily historical data. The values are based on 00:00 GMT time. It uses BTC conversion if data is not available because the coin is not trading in the specified currency.
Optional parameters:
- - Timestamp.
- - String. Name of exchange. Default:
- - String. Name of your application
- - bool. If set to true, the server will sign the requests.
- - bool. If set to false, it will try to get values without using any conversion at all. Default:
- - Integer. Default to
- - Integer. Default to
- - Boolean. Get all data. Default:
Example:
Get open, high, low, close, volumefrom and volumeto from the each hour historical data. It uses BTC conversion if data is not available because the coin is not trading in the specified currency.
Optional parameters:
- - Timestamp.
- - String. Name of exchange. Default:
- - String. Name of your application
- - bool. If set to true, the server will sign the requests.
- - bool. If set to false, it will try to get values without using any conversion at all. Default:
- - Integer. Default to
- - Integer. Default to
Example:
Get open, high, low, close, volumefrom and volumeto from the each minute historical data. This data is only stored for 7 days, if you need more,use the hourly or daily path. It uses BTC conversion if data is not available because the coin is not trading in the specified currency
Optional parameters:
- - Timestamp.
- - String. Name of exchange. Default:
- - String. Name of your application
- - bool. If set to true, the server will sign the requests.
- - bool. If set to false, it will try to get values without using any conversion at all. Default:
- - Integer. Default to
- - Integer. Default to
Example:
Returns all the mining contracts in a JSON array.
Example:
Used to get all the mining equipment available on the website. It returns an array of mining equipment objects
Example:
Get the latest price for a list of one or more currencies. Really fast, 20-60 ms. Cached each 10 seconds.
Example:
Get the latest price for a list of one or more currencies. Really fast, 20-60 ms. Cached each 10 seconds.
Optional parameters:
- - String. Name of exchange. Default: CCCAGG
- - String. Name of your application
- - bool. If set to true, the server will sign the requests.
- - bool. If set to false, it will try to get values without using any conversion at all. Default:
Example:
With specified exchange:
Get the price of any cryptocurrency in any other currency that you need at a given timestamp. The price comes from the daily info - so it would be the price at the end of the day GMT based on the requested TS. If the crypto does not trade directly into the toSymbol requested, BTC will be used for conversion. Tries to get direct trading pair data, if there is none or it is more than 30 days before the ts requested, it uses BTC conversion. If the opposite pair trades we invert it (eg.: BTC-XMR)
Optional parameters:
- - Timestamp.
- - String. Name of exchanges, include multiple Default:
- - String. Name of your application
- - bool. If set to true, the server will sign the requests.
- - bool. If set to false, it will try to get values without using any conversion at all. Default:
Example:
Get a matrix of currency prices. For several symbols.
Optional parameters:
- - String. Name of exchange. Default: CCCAGG
- - String. Name of your application
- - bool. If set to true, the server will sign the requests.
- - bool. If set to false, it will try to get values without using any conversion at all. Default:
Example:
Get all the current trading info (price, vol, open, high, low etc) of any list of cryptocurrencies in any other currency that you need.If the crypto does not trade directly into the toSymbol requested, BTC will be used for conversion. This API also returns Display values for all the fields. If the opposite pair trades we invert it (eg.: BTC-XMR).
Optional parameters:
- - String. Name of exchange. Default: CCCAGG
- - String. Name of your application
- - bool. If set to true, the server will sign the requests.
- - bool. If set to false, it will try to get values without using any conversion at all. Default:
Example:
Get top pairs by volume for a currency (always uses our aggregated data). The number of pairs you get is the minimum of the limit you set (default 5) and the total number of pairs available
Optional parameters:
- - String. To symbol
- - Integer. Default to
- - Boolean. If set to true, the server will sign the request. Default:
Example:
Built using ExDoc (v0.16.3), designed by Friedel Ziegelmayer for the Elixir programming language.
0 thoughts on “Cryptocompare coin list”