coinranking1
Coinranking1 is a multi-cryptocurrency platform server providing comprehensive cryptocurrency data.
get_coins
Get a list of coins. Coins are by default ordered by their rank, which - somewhat simplified - means that they are ordered on marketcap. The response not only returns a list of coins, but also statistics regarding the requested list, such as the volume in the last 24 hours.
Try it
Result:
get_coin
Find information about a specific coin.
Try it
Result:
get_coin_price
With the price endpoint the price can be requested for a specific coin on a specific time. The response is just a single price nearest to the requested time, including its timestamp.
Try it
Result:
get_coin_price_history
Coinranking keeps track of prices on all listed assets. The history endpoint lists prices and their timestamp for the requested time period, useful for making a chart.
Try it
Result:
get_coin_ohlc_data
Get OHLC (Open High Low Close) data for the coin throughout time. This endpoint requires the **ultra** plan or higher. **Beta** The OHLC endpoint is currently in beta. This means we might make some changes that could be considered breaking for your application, and we expect to have downtime every now and then while we are still in beta.
Try it
Result:
get_coin_exchanges
Find exchanges where a specific coin can be traded. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_coin_markets
Find markets on different exchanges that trade a specific coin. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_coin_supply
Get the maximum, total, and circulating supply of a coin.
Try it
Result:
get_coin_issuance_blockchains
Get the issuance blockchains on which the coin is issued. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_coin_modifiers
Get the modifiers of a coin's supply and their balance. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_exchanges
Get a list of exchanges. Exchanges are ranked based on their trading volume in the last 24 hours. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_exchange
Find information on a specific exchange listed on coinranking. An exchange is a place where cryptocurrencies are traded. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_exchange_coins
Find coins listed on a specific exchange. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_exchange_markets
Find markets on a specific exchange. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_markets
Get a list of markets. Markets are ranked by their volume over the last 24 hours. Use our filters to get a subset of the markets. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_market
Find information on a specific market listed on Coinranking. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_reference_currencies
Get a list of reference currencies, which can be used as reference for coins. The response includes all the essentials for this use-case, such as the symbol (e.g. USD) and - if available - the sign (e.g. $).
Try it
Result:
get_global_stats
These global statistics tell about the data available on coinranking.
Try it
Result:
get_search_suggestions
Search suggestions are a quick and easy way to find data on coinranking. The endpoint only accepts one parameter; a query. With this query you can find currencies (including fiat), exchanges and markets, by their symbol or name. The response always returns a set of the most prominent coins, exchanges and markets matching your query.
Try it
Result:
get_coins_index
List of all coins currently available on coinranking, for indexing purposes. This endpoint requires the **ultra** plan or higher.
Try it
Result:
get_exchanges_index
List of all exchanges currently available on Coinranking, for indexing purposes. This endpoint requires the **ultra** plan or higher.