| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-21 | 2.0 kB | |
| v6.2.0 source code.tar.gz | 2026-08-21 | 46.2 MB | |
| v6.2.0 source code.zip | 2026-08-21 | 46.6 MB | |
| Totals: 3 Items | 92.7 MB | 0 | |
[6.2.0] - 2026-08-20
Added
governance.committee,governance.committeeVotes,governance.committeeVotesAll,governance.committeeMemberVotes,governance.committeeMemberVotesAllfor retrieving the constitutional committee and its voting historygovernance.proposalByGovActionId,governance.proposalParametersByGovActionId,governance.proposalWithdrawalsByGovActionId,governance.proposalWithdrawalsByGovActionIdAll,governance.proposalVotesByGovActionId,governance.proposalVotesByGovActionIdAll,governance.proposalMetadataByGovActionIdfor retrieving proposals by their CIP-129 Governance Action IdentifieraccountsUtxos,accountsUtxosAllfor retrieving UTXOs associated with a stake addressassetsUtxos,assetsUtxosAllfor retrieving unspent UTxOs containing a specific native assetscriptsUtxos,scriptsUtxosAllfor retrieving UTXOs holding a script as a reference scriptpoolsByIdVotes,poolsByIdVotesAllfor retrieving votes cast by a stake poolblocksTxsCbor,blocksTxsCborAll,blocksLatestTxsCborfor retrieving block transactions with their CBOR datablocksBySlot,blocksByEpochAndSlotfor retrieving a specific block by its slot (and epoch)- Optional sorting/filtering options (
order_by,retired,expired) forgovernance.dreps - Optional
from/toblock-range filtering forassetsTransactions
Changed
- Updated Blockfrost OpenAPI to 0.1.92
- Minimum supported Node.js version is now 20 (matching
@blockfrost/openapi)
What's Changed
- feat: bump @blockfrost/openapi to 0.1.92 and add new/missing endpoints by @slowbackspace in https://github.com/blockfrost/blockfrost-js/pull/313
- feat: add missed query params for governance.dreps and assetsTransactions by @slowbackspace in https://github.com/blockfrost/blockfrost-js/pull/314
Full Changelog: https://github.com/blockfrost/blockfrost-js/compare/v6.1.1...v6.2.0