Giter VIP home page Giter VIP logo

jv-crypto-api's Introduction

jv-crypto-api

API doc: https://min-api.cryptocompare.com/documentation

  1. Register on the site and get the API KEY (or use this e347a7d01149ab62ddf9b0f3a879df679d3c3bb440b7593de4b45097dad4c088)
  2. Get a list of the top 10 currencies at https://min-api.cryptocompare.com/documentation?key=Price&cat=SingleSymbolPriceEndpoint
  3. Provide information on the bids and asks of all 10 currencies to the bitcoin (BTC) in the format (data can be obtained here https://min-api.cryptocompare.com/documentation?key=Orderbook&cat=obL1TopEndpoint)
[
   { 
      "name": "USD", 
      "BID": 13187.32
      "ASK": 13187.33
   }, 
   {
      "name": "EUR", 
      "BID": 11164.19,
      "ASK": 11165.51
   }
   ...
]

The example above shows that 1 BTC best bid is USD 13187.32. Best ask is USD 13187.33. 1 BTC best bid is EUR 11164.19. Best ask is EUR 11165.51.

Your solution should be in the form of the REST API.

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.