Skip to content

Releases: blockfrost/openapi

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

v0.1.19

11 Jun 10:35
Compare
Choose a tag to compare

[0.1.19] - 2021-06-11

Added

  • mir_cert_count property to /txs/{hash}
  • additional query parameters from and to into /addresses/{address}/transactions endpoint
  • /txs/{hash}/mirs endpoint to display MIR details
  • /accounts/{stake_address}/withdrawals and /accounts/{stake_address}/mirs endpoints

Fixed

  • txs/{hash}/stakes default ordering

v0.1.18

06 Jun 17:51
27f1822
Compare
Choose a tag to compare

[0.1.18] - 2021-06-06

Fixed

  • properties of /addresses/{address}/transactions and /assets/{asset}/transactions to be required

v0.1.17

02 Jun 18:45
8e3a6a3
Compare
Choose a tag to compare

[0.1.17] - 2021-06-02

Added

  • /addresses/{address}/transactions and /assets/{asset}/transactions endpoints to provide more details about transactions and make the endpoint extendable (object) for future needs
  • /blocks/slot/{slot_number} and /blocks/epoch/{epoch_number}/slot/{slot_number} endpoints to provide block details for a specific slot

Changed

  • /addresses/{address}/txs and /assets/{asset}/txs are deprecated (but still functional) in favour of newly added endpoints

Fixed

  • type of number parameter in /epochs/{number}/ string -> integer

v0.1.16

25 May 18:21
64334c5
Compare
Choose a tag to compare

[0.1.16] - 2021-05-25

Added

  • /accounts/{stake_address}/addresses/assets endpoint to list all assets on addresses related to a given stake_address (account)
  • /epochs/latest/parameters and /blocks/latest/txs endpoints to list the current information about latest epoch and block

Changed

  • implementation (increase allowed burst) of rate limiting and clarified documentation

Fixed