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 coin information on Detail page #15

Closed hoangnguyen92dn closed 2 years ago

hoangnguyen92dn commented 2 years ago

Why

The user is able to select a coin on the Home page for the detailed information

Acceptance Criteria

{
  "id": "bitcoin",
  "symbol": "btc",
  "name": "Bitcoin",
  ...
  "image": {
    "thumb": "https://assets.coingecko.com/coins/images/1/thumb/bitcoin.png?1547033579",
    "small": "https://assets.coingecko.com/coins/images/1/small/bitcoin.png?1547033579",
    "large": "https://assets.coingecko.com/coins/images/1/large/bitcoin.png?1547033579"
  },
  ...
  "market_data": {
    "current_price": {
      ...
      "usd": 19517.85
      ...
    },
      ...
    "ath": {
      ...
      "usd": 69045
      ...
    },
    "ath_change_percentage": {
      ...
      "usd": -71.73992
      ...
    },
      ...
    "atl": {
      ...
      "usd": 67.81
      ...
    },
    "atl_change_percentage": {
      ...
      "usd": 28675.10172
      ...
    },
      ...
    "market_cap": {
      ...
      "usd": 372533335790,
      ...
    },
      ...
    "market_cap_change_percentage_24h": -2.22657,
      ...
    "price_change_percentage_24h_in_currency": {
      "usd": -2.433
    },
      ...
}

Design

N/A

Resources

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