Code Monkey home page Code Monkey logo

coinbin.org's Introduction

₿ Coinbin.org

The Human–Friendly API Service for Crypto Currency Information.

This free web service exists to provide information on "coins". Supports all crypto–currencies.

Example API Endpoints

$ curl https://coinbin.org/lbc

{
  "coin": {
    "name": "LBRY Credits", 
    "rank": "100", 
    "ticker": "lbc", 
    "value": 0.429737, 
    "value.currency": "USD"
  }
}

$ curl https://coinbin.org/lbc/42.01

{
  "coin": {
    "exchange_rate": 0.429737, 
    "value": 18.053251369999998, 
    "value.currency": "USD"
  }
}

$ curl https://coinbin.org/lbc/to/sc

{
  "coin": {
    "exchange_rate": 61.98696034733942
  }
}

$ curl https://coinbin.org/lbc/42.01/to/sc

{
  "coin": {
    "exchange_rate": 61.98696034733942, 
    "value": 2604.072204191729, 
    "value.coin": "sc"
  }
}

$ curl https://coinbin.org/lbc/history

{
  "history": [
    {
      "timestamp": "2017-08-24T04:00:55.932092Z",
      "value": 0.3404,
      "value.currency": "USD",
      "when": "today"
    }, ...

... {
      "timestamp": "2016-07-12T04:01:09.167162Z",
      "value": 0.239634,
      "value.currency": "USD",
      "when": "Jul 12 2016"
    }
  ]
}

More Resources

coinbin.org's People

Contributors

brandly avatar davegaeddert avatar dmitrytokarev avatar kennethreitz avatar myusuf3 avatar nikitaeverywhere avatar shrayasr avatar tspivey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coinbin.org's Issues

Old data

Looks like it has some old data and is not updated yet with some of the data during the times it was down.

What is the source of the data?

Hello,

Thank you for an awesome project. I wonder what is the source of your real-time price data?

It would be really helpful for me knowing what the source is as the accuracy of the price data matters a lot of the project I am working on at the moment.

Thank you!

Couting coins

Hi,
Was doing some tests when I noticed something intresting:

Total coins returned by coinbin.org/coins: 867
Running "get_coins()" code localy: 871
Coinmarketcap webpage coins list: 871

Tested coinbin.org/coins from different ip addresses. Same result for all of them.

coinbin.org is down with an Internal Server Error

Hi, just giving you a heads up that the site appears to be down. I'm getting this on both my laptop and my phone:

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

List/Select coin(s) using specific currency code

This is an improvement that might be very useful in a global range:
List coin(s) specifying currency code directly into the URL. Something like:

  • coinbin.org/coins/$/< currency > i.e. coinbin.org/coins/$/EUR
  • coinbin.org/< coin >/$/< currency > i.e. coinbin.org/btc/$/BRL

I've been testing arround with the source code. Managed to add these two new links behaviors but few things regarding compatibility and code readability concerns me.

If you think this could be a plus we can continue with the subject.

CORS Error

Hi @kennethreitz , thanks for all the great work on this resource!

I'm getting the following CORS error when I try to fetch the API within an Angular application.

Failed to load https://coinbin.org/btc: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8100' is therefore not allowed access.

AFAIK, this can be solved by you setting the Access-Control-Allow-Origin header.

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.