All Projects → kenreitz42 → Coinbin.org

kenreitz42 / Coinbin.org

₿ A Human–Friendly API Service for Crypto Currency Information.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Coinbin.org

Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (+14.62%)
Mutual labels:  ethereum, bitcoin, btc, litecoin, eth, ripple
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+8793.68%)
Mutual labels:  api, ethereum, bitcoin, btc, eth
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+1283.79%)
Mutual labels:  api, ethereum, bitcoin, btc, eth
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (-17%)
Mutual labels:  api, ethereum, bitcoin, btc, eth
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (-32.41%)
Mutual labels:  ethereum, bitcoin, btc, litecoin, eth
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-60.87%)
Mutual labels:  api, ethereum, bitcoin, litecoin, ripple
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (+13.83%)
Mutual labels:  ethereum, bitcoin, btc, litecoin, eth
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-37.94%)
Mutual labels:  ethereum, bitcoin, btc, litecoin, eth
Go Binance
A Go SDK for Binance API
Stars: ✭ 441 (+74.31%)
Mutual labels:  api, bitcoin, btc, eth
Ta4j
A Java library for technical analysis.
Stars: ✭ 948 (+274.7%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Phptrader
A simple php powered Bitcoin and Ethereum trading bot
Stars: ✭ 131 (-48.22%)
Mutual labels:  ethereum, bitcoin, btc, eth
Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Stars: ✭ 354 (+39.92%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Donate
Cryptocurrency donation daemon
Stars: ✭ 34 (-86.56%)
Mutual labels:  ethereum, bitcoin, btc, eth
Openapi
DragonEx OpenAPI
Stars: ✭ 54 (-78.66%)
Mutual labels:  ethereum, bitcoin, btc, eth
Telegram Kraken Bot
Python bot to trade on Kraken via Telegram
Stars: ✭ 156 (-38.34%)
Mutual labels:  ethereum, bitcoin, btc, eth
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-46.25%)
Mutual labels:  ethereum, bitcoin, btc, litecoin
Cryptotrader
This is an experimental trading bot framework written in PHP. It may contain bugs and should not be trusted with much money
Stars: ✭ 108 (-57.31%)
Mutual labels:  ethereum, bitcoin, btc, eth
coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 255 (+0.79%)
Mutual labels:  ripple, btc, eth, litecoin
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-78.66%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Moneda Cli
Command line to track cryptocurrency prices
Stars: ✭ 114 (-54.94%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple

₿ 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].