Skip to content

Commit 070823f

Browse files
authored
v.2.0.72
1 parent 76104b3 commit 070823f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

API.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ While we still allow making requests without a key, services which make too many
2525
The key is applied to the end of the request string like this: `api.blockchair.com/bitcoin/blocks?key=MYSECRETKEY`. Please remember that your key is a secret -- don't disclose it to client-side applications as unauthorized users may start to use your key.
2626

2727
### Changelog
28-
28+
* v.2.0.72 - December 18th, 2020
29+
* Added an ability to retrieve internal calls for unconfirmed Ethereum transactions. Usage: `https://api.blockchair.com/{:eth_chain}/dashboards/transaction/{:hash}?trace_mempool=true`. It's also possible to retrieve the list of ERC-20 transfers for mempool transactions: `https://api.blockchair.com/{:eth_chain}/dashboards/transaction/{:hash}?trace_mempool=true&erc_20=true`. This is an experimental feature. Please note that internal transfers may get invalidated when transaction gets confirmed.
30+
* The `https://api.blockchair.com/{:eth_chain}/dashboards/transaction/{:hash}` dashboard is now more efficient at handling recently (1-30 seconds ago) confirmed transactions
31+
* Updated list of Bitcoin mining pools
32+
* Fixed some issues with Bitcoin ABC
2933
* v.2.0.71 - December 14th, 2020
3034
* Improved Dogecoin transaction broadcasting
3135
* Added `?output=type` option to the `https://api.blockchair.com/{:eth_chain}/dashboards/address/{:address}` dashboard. When this option is enabled, only address type (`account` or `contract`) is returned. This may be a very fast handy way instead of requesting full address data. Example: `https://api.blockchair.com/ethereum/dashboards/address/0x00000000219ab540356cbb839cbe05303d7705fa?output=type`.

0 commit comments

Comments
 (0)