Skip to content

Releases: blockfrost/openapi

v0.1.84

08 Dec 15:23
231e4aa

Choose a tag to compare

[0.1.84] - 2025-11-27

Added

  • Exposed off-chain metadata fetch errors in metadata responses in /governance/dreps/:drep_id/metadata
    • Error object structure:
      {
        "code": "HASH_MISMATCH" | "CONNECTION_ERROR" | "HTTP_RESPONSE_ERROR" | "DECODE_ERROR" | "SIZE_EXCEEDED" | "UNKNOWN_ERROR",
        "message": "Human-readable description of the error"
      }
    • If metadata are available, the error field is omitted

What's Changed

  • fix: expose fetch error in /governance/dreps/:drep_id/metadata by @slowbackspace in #431

Full Changelog: v0.1.83...v0.1.84

v0.1.83

25 Nov 12:29
016e5b3

Choose a tag to compare

[0.1.83] - 2025-11-25

Fixed

  • /network/eras number format
  • added PlutusV3 to the type field of the script object, to match the actual API response types

What's Changed

New Contributors

Full Changelog: v0.1.82...v0.1.83

v0.1.82

04 Nov 22:14

Choose a tag to compare

[0.1.82] - 2025-10-20

Added

  • New endpoint for retrieving transactions linked to a stake account /accounts/:stake_address/transactions

v0.1.81

08 Oct 12:35
43865ce

Choose a tag to compare

[0.1.81] - 2025-10-08

Added

  • Included proposal reference fields in /governance/drep/:drep_id/votes
    • Each vote now includes proposal_id, proposal_tx_hash and proposal_cert_index

Fixed

  • Description of tx_hash and cert_index in in /governance/drep/:drep_id/votes

What's Changed

Full Changelog: v0.1.80...v0.1.81

v0.1.80

08 Oct 12:34
693a929

Choose a tag to compare

[0.1.80] - 2025-09-18

Added

  • Support for Governance Action Identifier (CIP-129)
    • New endpoints for querying with Gov Action ID : /governance/proposals/:gov_action_id
    • Proposal response now includes an id field containing the governance action identifier
  • Exposed dbsync off-chain metadata fetch errors in metadata responses
    • Applies to endpoints:
      • /pools/:pool_id/metadata
      • /pools/extended
      • /governance/proposals/:gov_action_id/metadata
    • Error object structure:
      {
        "code": "HASH_MISMATCH" | "CONNECTION_ERROR" | "HTTP_RESPONSE_ERROR" | "DECODE_ERROR" | "SIZE_EXCEEDED" | "UNKNOWN_ERROR",
        "message": "Human-readable description of the error"
      }
    • If metadata are available, the error field is omitted

What's Changed

Full Changelog: v0.1.79...v0.1.80

v0.1.79

09 Jun 14:38
c1a2488

Choose a tag to compare

[0.1.79] - 2025-06-06

Fixed

  • Added action updated to DReps updates /accounts/:drep_id/updates
  • Misc voltaire fixes

What's Changed

Full Changelog: v0.1.78...v0.1.79

v0.1.78

23 May 17:20

Choose a tag to compare

[0.1.78] - 2025-05-23

Added

  • Added support for calidus keys (CIP-0151) in /pools/:pool_id endpoint

What's Changed

Full Changelog: v0.1.77...v0.1.78

v0.1.77

19 May 13:29

Choose a tag to compare

[0.1.77] - 2025-05-19

Fixed

  • /governance/proposals/:tx_hash/:cert_index: fixed description for dropped_epoch
  • cleaned up metadata in /pools/extended by removing unnecessary required fields

What's Changed

Full Changelog: v0.1.76...v0.1.77

v0.1.76

03 Apr 15:23
01fb66f

Choose a tag to compare

[0.1.76] - 2025-04-03

Fixed

  • nix-shell commands

Added

  • rust types
  • exposed new attributes live_saturation, blocks_minted, declared_pledge, margin_cost, fixed_cost and metadata in /pools/extended

What's Changed

Full Changelog: v0.1.75...v0.1.76

v0.1.75

26 Mar 15:37
7b38268

Choose a tag to compare

[0.1.75] - 2025-03-26

Added

  • /blocks/:hash_or_number/txs/cbor endpoint

What's Changed

Full Changelog: v0.1.74...v0.1.75