Giter Site home page Giter Site logo

efsunbu / cryptotracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dhruvshrivastava18/cryptotracker

0.0 0.0 0.0 442 KB

Coin Tracker : Your ultimate cryptocurrency companion for real-time market data, secure portfolio management, and seamless user experience.

Swift 100.00%

cryptotracker's Introduction

CryptoTracker

Coin Tracker : Your ultimate cryptocurrency companion for real-time market data, secure portfolio management, and seamless user experience.

Screenshots

259122356-cf6d30f4-9fa6-41be-a13a-bc4af99dd4bb Simulator Screenshot - iPhone 14 Pro - 2023-08-08 at 15 25 40 Simulator Screenshot - iPhone 14 Pro - 2023-08-08 at 15 25 37 Simulator Screenshot - iPhone 14 Pro - 2023-08-08 at 15 25 29 Simulator Screenshot - iPhone 14 Pro - 2023-08-08 at 15 25 26

API Reference

Get all coins

  GET https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=250&page=1&sparkline=true&price_change_percentage=24h
Parameter Type Description
vs_currency string Required. currency format
order string valid values: market_cap_desc, gecko_desc, gecko_asc, market_cap_asc, market_cap_desc, volume_asc, volume_desc, id_asc, id_desc
per_page integer Total results per page
page integer Page through results
sparkline boolean Include sparkline 7 days data (eg. true, false)
price_change_percentage string Include price change percentage in 1h, 24h, 7d, 14d, 30d, 200d, 1y

Get details for coins

  GET /coins/{id}
Parameter Type Description
id string Required. pass the coin id (can be obtained from /coins) eg. bitcoin

Language

Swift - 100%

Features

  • Light/dark mode
  • Live prices
  • portfolio
  • iphone and ipad support
  • MVVM architecture
  • search Features
  • Details page
  • Combine Framework
  • CoreData

cryptotracker's People

Contributors

dhruvshrivastava18 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.