Skip to content

Commit

Permalink
Update API_DOCUMENTATION_RU.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Har01d authored Dec 13, 2018
1 parent 4bc6daa commit 62b268e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion API_DOCUMENTATION_RU.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Blockchair.com](https://blockchair.com/) API v.2.0.8 - документация
## [Blockchair.com](https://blockchair.com/) API v.2.0.9 - документация

![Blockchair logo](https://blockchair.com/images/logo_full.png "Blockchair logo")

Expand Down Expand Up @@ -35,6 +35,7 @@

### Changelog

* v.2.0.9 - Dec 12th - Added Bitcoin SV support in test mode (see `Bitcoin SV support below` below); updated aggregation abilities (see `Data aggregation support` below)
* v.2.0.8 - Nov 26th - Add the ability to retrieve raw transaction data in hex, see [Retrieving raw transactions](#retrieving-raw-transactions)
* v.2.0.7 - Nov 22th - Now it's possible to broadcast transactions using our API, see [Broadcasting transactions](#broadcasting-transactions)
* v.2.0.6 - 8 октября - В бета-режиме добавлена возможность агрегировать информацию из блокчейнов, см. `Поддержка агрегирования данных` ниже
Expand All @@ -46,10 +47,18 @@

### Changelog тестируемых фич

##### Поддержка Bitcoin SV (с 12 декабря)

* v.b1 - Dec 12th - Hooray! We're now providing data for the Bitcoin SV chain (BSV ticker). All API calls are fully compatible with Bitcoin Cash, i.e. if you need to request the latest nulldata (OP_RETURN) outputs, just replace `bitcoin-cash` with `bitcoin-sv`: https://api.blockchair.com/bitcoin-sv/outputs?q=type(nulldata)#

Please note that SV support is in test mode, and not intended for production use until Bitcoin SV has a more clear roadmap (e.g. we won't be able to offer some functionality if blocks suddenly become larger than 1 exabyte...)

##### Поддержка агрегирования данных (с 8 октября)

* v.b1 - 8 октября - Внедрение возможности получать агрегированную информацию. Теперь вы можете использовать Blockchair не только для фильтрации и сортировки информации из блокчейнов, но и для агрегации данных.

Please don't use this in production yet, there could be massive changes!

См. примеры:
* https://api.blockchair.com/bitcoin/blocks?a=year,count()# - выдаёт количество блоков в Bitcoin по годам
* https://api.blockchair.com/bitcoin/transactions?a=month,median(fee_usd)# - медианные комиссии за транзакции в Bitcoin по месяцам
Expand Down

0 comments on commit 62b268e

Please sign in to comment.