@blockfrost/openapi
Advanced tools
Changelog
[0.1.13] - 2021-05-06
/txs
endpoints when array was used outside of ref (moved array inside the referenced schema)Changelog
[0.1.12] - 2021-04-29
epoch
to active_epoch
in /accounts/{stake_address}/history
endpointChangelog
[0.1.11] - 2021-04-23
block_height
to /txs/{hash}
endpointChangelog
[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.70] - 2024-11-26
version
query param in /utils/txs/evaluate
and /utils/txs/evaluate/utxos
endpointChangelog
[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 overflow