Skip to content

Commit b0a9bd6

Browse files
authored
Add Dogecoin support
1 parent 7ceb702 commit b0a9bd6

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

API_DOCUMENTATION_EN.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Blockchair.com](https://blockchair.com/) API v.2.0.9 Documentation
1+
## [Blockchair.com](https://blockchair.com/) API v.2.0.10 Documentation
22

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

@@ -35,6 +35,7 @@
3535

3636
### Changelog
3737

38+
* v.2.0.10 - Jan 29th 2019 - Added [Dogecoin support](#dogecoin-support-since-jan-29th-2019) in test mode
3839
* v.2.0.9 - Dec 13th - Added [Bitcoin SV support](#bitcoin-sv-support-since-dec-12th) in test mode; updated [aggregation abilities](#data-aggregation-support-since-oct-8th)
3940
* v.2.0.8 - Nov 26th - Added the ability to retrieve raw transaction data in hex, see [Retrieving raw transactions](#retrieving-raw-transactions)
4041
* v.2.0.7 - Nov 22th - Now it's possible to broadcast transactions using our API, see [Broadcasting transactions](#broadcasting-transactions)
@@ -43,17 +44,25 @@
4344
* v.2.0.4 - Oct 3rd - Added some new useful fields to `{chain}/stats` calls
4445
* v.2.0.3 - Sep 18th - Added `context.api.tested_features` with the list of features our API supports, but with no guarantee for backward compatibility if updated. Added Omni Layer and Wormhole support in testing mode (see the "Tested features changelog" below)
4546
* v.2.0.2 - Sep 9th - Added `address.contract_created` to the `ethereum/dashboards/address/{A}` call
46-
* v.2.0.1 - Sep 1st - Added Litecoin support
47+
* v.2.0.1 - Sep 1st 2018 - Added Litecoin support
4748

4849
### Tested features changelog
4950

51+
##### Dogecoin support (since Jan 29th 2019)
52+
53+
* v.rc1 - Jan 29th - We're now processing the Dogecoin chain. All API calls are fully compatible with Bitcoin Cash (i.e. replace `bitcoin-cash` with `dogecoin` in URLs) with a few exceptions:
54+
* There's no node list for Dogecoin yet;
55+
* The `blocks` table has one additional field called `is_aux` - it is a boolean field showing whether a block was mined using AuxPoW.
56+
57+
It is expected that Dogecoin will be out of beta mode very soon. Wow.
58+
5059
##### Bitcoin SV support (since Dec 12th)
5160

5261
* 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)#
5362

5463
Please note that Bitcoin 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...)
5564

56-
##### Data aggregation support (since Oct 8th)
65+
##### Data aggregation support (since Oct 8th 2018)
5766

5867
* v.b2 - Dec 12th - Now it's possible to apply `?limit=` and `?offset=` sections to aggregated queries. `context.total_rows` now shows how many aggregated results are there, and `context.rows` shows how many are shown.
5968
* v.b1 - Oct 8th - Bringing the ability to obtain aggregated data. Now you can use Blockchair not only to filter and sort blockchain data, but also to aggregate it.

0 commit comments

Comments
 (0)