Bitcointy
See the value of a Bitcoin according to different sources with a simple JSON API. All major currencies are supported (USD, EUR, GBP, CAD, JPY, CNY etc.)
1.4k subscribers
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Bitcointy endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get conversation rates for all sources /all/{currency} |
GET /all/:currency to get all the conversion rates in all sources for a currency |
| GET |
Convert a BTC amount to the desired currency /convert/{amount}/{currency} |
GET /convert/:amount/:currency to convert an amount of BTC to the desired currency |
| GET |
Get average price /average/{currency} |
GET /average/:currency to get an average price based on all the providers for a currency |
| GET |
Get chart data /charts/{type} |
GET /charts/:type to get the data that fills the charts in https://bitcointy.herokuapp.com/ (types are circulation, price and transactions) |
| GET |
Get conversation rates in source /{ticker}/{currency} |
GET /:ticker/:currency to get the conversion rates in a source (see next section for available providers) for a currency |
| GET |
Get currency conversion /price/{currency} |
GET /price/:currency to get the plain text conversion for a currency |
Bitcointy pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|