Ticker
Endpoint: /ticker/
Method: GET
Description: This endpoint displays cryptocurrency ticker data in order of rank. The maximum number of results per call is 100. Pagination is possible by using the start and limit parameters.
{ "data": { "1": { "rank": "1", "name": "Bitcoin", "slug": "bitcoin", "symbol": "BTC", "circulating_supply": "17144100.0", "total_supply": "17144100.0", "max_supply": "21000000.0", "quotes": { "USD": { "price": "6386.87000000", "market_cap": "$109,497,137,967.00", "volume_24h": "$3,651,600,000.00", "percent_change_1h": "-0.09", "percent_change_24h": "0.12", "percent_change_7d": "-4.11" }, "BTC": { "price": "1.00000000", "market_cap": "$17,144,100.00", "volume_24h": "$571,735.50", "percent_change_1h": "0.00", "percent_change_24h": "0.00", "percent_change_7d": "0.00" } } }, "2": { "rank": "2", "name": "Ethereum", "slug": "ethereum", "symbol": "ETH", "circulating_supply": "100632081.0", "total_supply": "100632081.0", "max_supply": "0.0", "quotes": { "USD": { "price": "445.46500000", "market_cap": "$44,828,070,185.00", "volume_24h": "$1,419,060,000.00", "percent_change_1h": "0.86", "percent_change_24h": "1.54", "percent_change_7d": "-5.65" }, "BTC": { "price": "0.06974700", "market_cap": "$7,018,785.00", "volume_24h": "$222,183.90", "percent_change_1h": "0.95", "percent_change_24h": "1.42", "percent_change_7d": "-1.60" } } } } }
Endpoint: /nodes/
Method: GET
Description: This endpoint displays cryptocurrency nodes data.
Required Parameter
(string) currency = You must specify currency to get nodes data, e.g DOGE
{ "data": { "last_updated": "2019-03-30", "info": [ { "ip": "88.99.103.51", "version": "70004", "subversion": "\/Shibetoshi:1.10.0\/", "country": null, "country_code": "" }, { "ip": "47.91.248.37", "version": "70004", "subversion": "\/Shibetoshi:1.10.0\/", "country": null, "country_code": "" }, { "ip": "2a01:4f8:120:306a::2", "version": "70004", "subversion": "\/Shibetoshi:1.10.0\/", "country": null, "country_code": "" }, { "ip": "195.201.225.75", "version": "70004", "subversion": "\/Shibetoshi:1.10.0\/", "country": null, "country_code": "" }, { "ip": "148.251.5.15", "version": "70004", "subversion": "\/Shibetoshi:1.10.0\/", "country": "Germany", "country_code": "de" } }