Releases: blockfrost/openapi
Releases · blockfrost/openapi
v0.1.27
[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 redeemerslocked
property to/network
endpoint, representing total supply locked
by scriptsscript
property to/addresses/{hash}
, which istrue
when
the address is a script address.redeemer_count
property to/txs/{hash}
endpoint- Boolean
collateral
property toinputs
object
of/txs/{hash}/utxos
endpoint data_hash
property to bothinputs
andoutputs
objects of
/txs/{hash}/utxos
endpointdata_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
v0.1.25
v0.1.24
[0.1.24] - 2021-07-16
Added
- properties
tx_hash
andoutput_index
toinputs
of/txs/{hash}/utxos
endpoint stake_address
property to/accounts/{stake_address}
endpointaddress
property to/addresses/{address}
and/addresses/{address}/total
endpointsasset
property to/assets/{asset}
endpointepoch
property to/epochs/{number}/parameters
and/epochs/latest/parameters
endpointspool_id
andhex
properties to/pools/{pool_id}
and/pools/{pool_id}/metadata
endpointshash
property to/txs/{hash}
and/txs/{hash}/utxos
endpointsaddress
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
v0.1.22
v0.1.19
[0.1.19] - 2021-06-11
Added
mir_cert_count
property to/txs/{hash}
- additional query parameters
from
andto
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
v0.1.17
[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
[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
onchain_metadata
in/assets/{asset}/total
endpoint that could have been missing in some special casesonchain_metadata
in/assets/:asset
endpoint to return null on malformed data which do not follow https://github.com/cardano-foundation/CIPs/pull/85/files