Skip to content

Commit

Permalink
v.2.0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
Har01d authored Dec 1, 2021
1 parent 95bec7d commit b6209cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ The key is applied to the end of the request string like this: `api.blockchair.c

### Changelog

* v.2.0.94 - December 1st, 2021
* Added Kusama support in beta mode. The endpoints are compatible with Polkadot (we'll refer to Polkadot and Kusama as "Polkadot-like blockchains"):
* `https://api.blockchair.com/kusama/stats` (+ `https://api.blockchair.com/stats` now also features Kusama)
* `https://api.blockchair.com/kusama/raw/block/{:id}`
* `https://api.blockchair.com/kusama/raw/block/{:hash}`
* `https://api.blockchair.com/kusama/raw/extrinsic/{:id}`
* `https://api.blockchair.com/kusama/raw/extrinsic/{:hash}`
* `https://api.blockchair.com/kusama/raw/address/{:address}` (with `?offset={:offset} option to iterate through the latest extrinsics and transfers)
* `https://api.blockchair.com/kusama/raw/blocks` (an infinitable with `?offset={:offset} option)
* `https://api.blockchair.com/kusama/raw/extrinsics` (an infinitable with `?offset={:offset} option)
* `https://api.blockchair.com/kusama/raw/events` (an infinitable with `?offset={:offset} option)
* v.2.0.93 - November 17th, 2021
* Added support for almost 200 fiat currencies and precious metals with exchange rates going back to 2009.
* All API endpoints now support the `?rates={:code}` option. If enabled, it adds extra data for the chosen currency code on top of where USD data is already available. Example: `https://api.blockchair.com/bitcoin/stats?rates=kzt` adds `average_transaction_fee_kzt_24h`. For historical data (example: `https://api.blockchair.com/bitcoin/dashboards/block/500000?rates=kzt`) it honors historical exchange rates.
Expand Down

0 comments on commit b6209cb

Please sign in to comment.