Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.52 KB

API.md

File metadata and controls

23 lines (18 loc) · 1.52 KB

API v.2 documentation

Changelog

  • v.2.0.8 - Nov 26th - Add the ability to retrieve raw transaction data in hex, see Retrieving raw transactions in the docs
  • v.2.0.7 - Nov 22th - Now it's possible to broadcast transactions using our API, see Broadcasting transactions in the docs
  • v.2.0.6 - Oct 8th - Added data aggregation of blockchain data in beta mode, see Data aggregation support in the docs
  • v.2.0.5 - Oct 8th - Fixed bug where balance and received for bitcoin[-cash]|litecoin addresses in the {chain}/dashboards/address/{address} call were calculated wrong if there were specific unconfirmed transactions
  • v.2.0.4 - Oct 3rd - Added some new useful fields to {chain}/stats calls
  • 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 "Tested features changelog")
  • v.2.0.2 - Sep 9th, 2018 - Added address.contract_created to the ethereum/dashboards/address/{A} call
  • v.2.0.1 - Sep 1st, 2018 - Added Litecoin support
  • v.2.0.0 - Migrating from API v.1 to API v.2 (see the docs)

Support