Cryptonator provides unique volume of cryptocurrency exchange rates data, which is delivered in easy-to-integrate JSON format via simple HTTPS requests. Prices are updated every 30 seconds, covering 300+ cryptocurrencies across 16 exchanges.
Returns actual volume-weighted price, total 24h volume and the price change.
Example request for BTC-USDreturnshttps://api.cryptonator.com/api/ticker/btc-usd
{"ticker":{"base":"BTC","target":"USD","price":"443.7807865468","volume":"31720.1493969300","change":"0.3766203596"},"timestamp":1399490941,"success":true,"error":""}
Params
Replace btc-usd with the currency codes you need. Please refer to the actual list of supported currencies. Volume is displayed only for the cryptocurrencies that are actually traded on online exchanges.
Returns actual volume-weighted price, total 24h volume, rate change as well as prices and volumes across all connected exchanges.
Example request for BTC-USDreturnshttps://api.cryptonator.com/api/full/btc-usd
{"ticker":{"base":"BTC","target":"USD","price":"443.7807865468","volume":"31720.1493969300","change":"0.3766203596","markets":[{"market":"bitfinex","price":"447.5000000000","volume":"10559.5293639000"},{"market":"bitstamp","price":"448.5400000000","volume":"11628.2880079300"},{"market":"btce","price":"432.8900000000","volume":"8561.0563600000"},{"market":"cryptotrade","price":"436.9999989900","volume":"0.3640623100"},{"market":"exmoney","price":"428.0000000000","volume":"7.9020328400"},{"market":"hitbtc","price":"442.6200000000","volume":"750.5900000000"},{"market":"justcoin","price":"453.4920000000","volume":"10.2583700000"},{"market":"kraken","price":"452.7042200000","volume":"17.7767076800"},{"market":"therocktrading","price":"440.0000000000","volume":"178.9300000000"},{"market":"vaultofsatoshi","price":"450.6428600000","volume":"5.3209840100"},{"market":"vircurex","price":"460.0000000000","volume":"0.1335082600"}]},"timestamp":1399490941,"success":true,"error":""}
Params
Replace btc-usd with the currency codes you need. Please refer to the actual list of supported currencies. Volume is displayed only for the cryptocurrencies that are actually traded on online exchanges.
In development, coming soon. Stay tuned @cryptonatorcom
*Embora o Cryptonator sincronize com as exchanges online de criptomoedas a cada minuto, não podemos garantir precisão absoluta das taxas de câmbio exibidas. Você sempre deve confirmar as taxas atuais antes de fazer qualquer transação que possa ser afetada por alterações nas taxas de câmbio. Taxas de criptomoeda com base nos dados fornecidos pelas APIs das Exchanges. Todas as taxas são apenas para fins informativos e estão sujeitas a alterações sem aviso prévio. Como as taxas para transações reais podem variar, nós não oferecemos nenhuma transação a qualquer taxa exibida. As taxas exibidas são preços compostos e não se destinam a ser usadas para fins de investimento.