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 the chart of coin prices #16

Closed hoangnguyen92dn closed 2 years ago

hoangnguyen92dn commented 2 years ago

Why

The user is able to see the chart of coin prices on the detail page

Acceptance Criteria

{
  "prices": [
    [
      1626220800000,
      32676.38380096018
    ],
    [
      1626307200000,
      32878.50187357147
    ],
    [
      1626393600000,
      31726.038833909817
    ],
    ...
}

Design

N/A

Resources

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