An open API service indexing awesome lists of open source software.

https://github.com/afzl210/cryptotracker

CryptoTracker
https://github.com/afzl210/cryptotracker

coingecko-api cryptocurrency javascript materila-ui reactjs

Last synced: about 1 month ago
JSON representation

CryptoTracker

Awesome Lists containing this project

README

          

# CryptoTracker

## Screenshots

![IMG](https://res.cloudinary.com/primeflix/image/upload/v1676201263/home_gwo33a.png)
![IMG](https://res.cloudinary.com/primeflix/image/upload/v1676477231/home_f4mmd9.png)

## Demo
![VID](https://res.cloudinary.com/primeflix/image/upload/v1676477124/ezgif.com-video-to-gif_w02fod.gif)

## API Reference

#### Get Trending Coins
replace the currency field

```http
GET https://api.coingecko.com/api/v3/coins/markets?vs_currency=${currency}&order=gecko_desc&per_page=10&page=1&sparkline=false&price_change_percentage=24h
```