nimblehq / jetpack-compose-crypto

This is an sample Crypto market prices app built with Jetpack Compose
https://nimblehq.co/
MIT License
21 stars 5 forks source link

[Backend] As a user, I can see Trending list on Home page #13

Closed hoangnguyen92dn closed 2 years ago

hoangnguyen92dn commented 2 years ago

Why

When the user launches the app, it will show the "Trending" section on the Home page.

Acceptance Criteria

[
  {
    "id": "bitcoin",
    "symbol": "btc",
    "name": "Bitcoin",
    "image": "https://assets.coingecko.com/coins/images/1/large/bitcoin.png?1547033579",
    "current_price": 21953,
    "market_cap": 418632879244,
    "market_cap_rank": 1,
    "fully_diluted_valuation": 461055930782,
    "total_volume": 40284988945,
    "high_24h": 23014,
    "low_24h": 21175,
    "price_change_24h": 777.55,
    "price_change_percentage_24h": 3.67201,
    "market_cap_change_24h": 15300446085,
    "market_cap_change_percentage_24h": 3.79351,
    "circulating_supply": 19067731,
    "total_supply": 21000000,
    "max_supply": 21000000,
    "ath": 69045,
    "ath_change_percentage": -68.04458,
    "ath_date": "2021-11-10T14:24:11.849Z",
    "atl": 67.81,
    "atl_change_percentage": 32437.78568,
    "atl_date": "2013-07-06T00:00:00.000Z",
    "roi": null,
    "last_updated": "2022-06-15T02:30:41.323Z",
    "price_change_percentage_24h_in_currency": 3.672009841642702
  },
  ...
]

Design

N/A

Resources

https://www.coingecko.com/en/api/documentation