@blockfrost/openapi
Advanced tools
Changelog
[0.1.10] - 2021-04-17
index
in favour of cert_index
in /txs/{hash}/delegations
onchain_metadata
to /assets/{asset}
endpointslot
parameter to /txs/{hash}
endpointcert_index
parameter to all relevant endpoints:
/txs/{hash}/stakes
/txs/{hash}/pool_updates
/txs/{hash}/pool_retires
/pools
trailing slash in documentationChangelog
[0.1.9] - 2021-04-04
/assets/{asset}/addresses
lists of the addresses holding a specific asset/assets/policy/{policy_id}
lists the assets minted under a specific policytx_index
in /addresses/{address}/utxos
- it has been deprecated in favour of output_index
/
endpoint property version
type number -> stringChangelog
[0.1.8] - 2021-03-31
/ipfs/
endpoints for IPFS cluster/assets/{asset}
specification of metadata
to adhere to upstream/tx/submit
error handling (standardized error reply for 400)/assets/{asset}
handling of metadata
Changelog
[0.1.71] - 2024-12-01
Changelog
[0.1.6] - 2021-03-19
/accounts/{account}/addresses
which returns the list of on-chain addresses associated with a specific stake key402
response to mark oversubscription (projects exceeded their daily subscription plan)/tx/submit
endpoint, which now accepts CBOR encoded serialized transaction instead of a binary blobChangelog
[0.1.5] - 2021-03-12
/assets/{asset}/txs
endpoint to list all transactions of a given asset/txs/{hash}/pool_updates
endpointactive_epoch
in /accounts/{stake_address}
to better match its changed functionality. When account is deregistered (active
field is false
), this field contains the epoch number of deregistrationreward_address
-> reward_account
in /pools/{pool_id}
and /txs/{hash}/pool_updates
endpoints as the previous name was misleading and incorrectunit
field of not yet used metadata
in /assets/{asset}
endpoint/pools/{pool_id}
live_stake
live_size
live_saturation
live_pledge
/pools/{pool_id}/delegators
live_stake
/accounts/{stake_address}
controlled_amount
withdrawable_amount
live_stake
in /pools/{pool_id}/delegators
endpoint. Other endpoints were not affectedlive_stake
values and thus also very slightly skewed live_size
and live_saturation
calculations in /pools/{pool_id}
endpointactive_epoch
in /accounts/{stake_address}
was previously displaying epoch of delegation, not epoch of de/registrationChangelog
[0.1.4] - 2021-03-08
/txs/{hash}
types of invalid_before
and invalid_hereafter
changed from integer to string as the value may overflowChangelog
[0.1.39] - 2022-07-01
/txs/{hash}/utxos
inputs
and outputs
now contain extra
inline_datum
fieldreference_script_hash
fieldinputs
now has a boolean reference
field, true
if the input is a reference input/addresses/{address}/utxos
and /addresses/{address}/utxos/{asset}
inline_datum
fieldreference_script_hash
field/scripts/datum/{datum-hash}/cbor
endpoint/txs/{hash}/redeemers
- datum_hash
field deprecated, prefer redeemer_data_hash
/scripts/{hash}/redeemers
- datum_hash
field deprecated, prefer redeemer_data_hash
/epochs/{number}/parameters
and /epochs/latest/parameters
coins_per_utxo_word
field deprecated, prefer coins_per_utxo_size
coins_per_utxo_size
is now
/scripts/{hash}
⚠️
type
field now uses plutusV1
and plutusV2
instead of just plutus
to be able
to differentiate between two PlutusScript
versions./scripts/{script-hash}/cbor
- cbor
field type changed to string
Changelog
[0.1.1] - 2021-02-26
/epochs
endpoints
first_block_time
- Marking first block of the epochlast_block_time
- Marking last block of the epochactive_stake
- Sum of all active stakes of the epoch/metadata/txs/labels
endpointactive_pledge
→ live_pledge
in /pools/{pool_id}
start_time
and end_time
now display correct values (previously first_block_time
and last_block_time
values were shown)tx_metadata_labels
/epochs/
blocks_count
→ block_count
txs_count
→ tx_count
txs_sum
→ output
fees_sum
→ fees
acronym
→ ticker
in metadata of /assets/{asset}