Skip to content

Releases: blockfrost/openapi

v0.1.31

31 Oct 23:15
52961e4
Compare
Choose a tag to compare

[0.1.31] - 2021-10-30

Added

  • block_time property to /addresses/{address}/transactions and /txs/{hash}

v0.1.30

14 Oct 11:57
2bbecc1
Compare
Choose a tag to compare

[0.1.30] - 2021-10-14

Added

  • HTTP 425 - Mempool Full to Errors for better handling of full mempool in /tx/submit endpoint
  • Alonzo support related additions
    • valid_contract property to /txs/{hash} endpoint, true when attached
      script passed validation, false if it failed phase 2 validation
    • datum_hash and script_hash properties to /txs/{hash}/redeemers
    • datum_hash property to /scripts/{hash}/redeemers
    • /scripts/datum/{datum-hash} endpoint
    • /scripts/{script_hash}/json endpoint for dumping timelock scripts
    • /scripts/{script_hash}/cbor endpoint for dumping plutus script contents

Changed

  • /epochs/{number}/parameters - collateral_percent type from number to integer

Fixed

  • /network supply descriptions

v0.1.29

08 Oct 23:58
e1cdb2a
Compare
Choose a tag to compare

[0.1.29] - 2021-10-07

Added

  • /addresses/{address}/utxos/{asset} endpoint

Fixed

  • description of stake_cert_count in /txs/{hash}

v0.1.28

29 Sep 17:17
fa79bd6
Compare
Choose a tag to compare

[0.1.28] - 2021-09-29

Added

  • output_index to each output item for /txs/{hash}/utxos endpoint

Changed

  • /txs/{hash}/metadata/cbor and metadata/txs/labels/{label}/cbor property cbor_metadata is now deprecated in favour of cbor property

Fixed

  • /txs/{hash}/utxos - data_hash field moved up from amount to output item
  • /txs/{hash}/utxos - output_index of input items switch from number to integer

v0.1.27

12 Sep 21:18
69f7f6e
Compare
Choose a tag to compare

[0.1.27] - 2021-09-12

Added

  • Alonzo support related additions
    • /scripts endpoint for listing all scripts
    • /scripts/{hash} endpoint for script details
    • /scripts/{hash}/redeemers endpoint for listing reedemers of a script
    • /txs/{hash}/redeemers endpoint for querying transaction redeemers
    • locked property to /network endpoint, representing total supply locked
      by scripts
    • script property to /addresses/{hash}, which is true when
      the address is a script address.
    • redeemer_count property to /txs/{hash} endpoint
    • Boolean collateral property to inputs object
      of /txs/{hash}/utxos endpoint
    • data_hash property to both inputs and outputs objects of
      /txs/{hash}/utxos endpoint
    • data_hash property to /addressess/{hash}/utxos endpoint
    • /epoch/latest/parameters and /epoch/{number}/parameters
      extended with cost model fields.

Fixed

  • /ipfs/add size response type fixed from integer to string
  • types of IPFS size examples
  • description of ipfs/pin/list/<object>
  • onchain_metadata type of /assets/{asset} endpoint

v0.1.26

12 Aug 09:08
86cb1fb
Compare
Choose a tag to compare

[0.1.26] - 2021-08-12

Fixed

  • multiple descriptions and examples, mainly related to time/date

v0.1.25

27 Jul 14:35
c6abfe4
Compare
Choose a tag to compare

[0.1.25] - 2021-07-27

Added

  • network endpoint

Fixed

  • typo in /addresses/{address}/txs description - thanks @papacarp

v0.1.24

16 Jul 10:31
b8cec02
Compare
Choose a tag to compare

[0.1.24] - 2021-07-16

Added

  • properties tx_hash and output_index to inputs of /txs/{hash}/utxos endpoint
  • stake_address property to /accounts/{stake_address} endpoint
  • address property to /addresses/{address} and /addresses/{address}/total endpoints
  • asset property to /assets/{asset} endpoint
  • epoch property to /epochs/{number}/parameters and /epochs/latest/parameters endpoints
  • pool_id and hex properties to /pools/{pool_id} and /pools/{pool_id}/metadata endpoints
  • hash property to /txs/{hash} and /txs/{hash}/utxos endpoints
  • address property to /nutlink/{address} endpoint

Fixed

  • clarified active stake amount in /epochs/{number}/stakes and /epochs/{number}/stakes/{pool_id}
  • pagination of accounts/{stake_address}/addresses/assets endpoint

v0.1.23

01 Jul 19:44
75051b1
Compare
Choose a tag to compare

[0.1.23] - 2021-07-01

Added

  • mint_or_burn_count property to /assets/{asset} endpoint
  • asset_mint_or_burn_count property to /txs/{hash} endpoint
  • decimals property to /assets/{asset} endpoint

v0.1.22

01 Jul 19:43
75051b1
Compare
Choose a tag to compare

[0.1.22] - 2021-07-01

Added

  • nutlink endpoints

Changed

  • authentication documentation