Releases: blockfrost/openapi
Releases · blockfrost/openapi
v0.1.15
v0.1.14
v0.1.13
v0.1.12
v0.1.11
v0.1.10
[0.1.10] - 2021-04-17
Changed
- deprecated
index
in favour ofcert_index
in/txs/{hash}/delegations
Added
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
Fixed
/pools
trailing slash in documentation
v0.1.9
[0.1.9] - 2021-04-04
Added
/assets/{asset}/addresses
lists of the addresses holding a specific asset/assets/policy/{policy_id}
lists the assets minted under a specific policy
Changed
tx_index
in/addresses/{address}/utxos
- it has been deprecated in favour ofoutput_index
/
endpoint propertyversion
type number -> string
v0.1.8
v0.1.6
[0.1.6] - 2021-03-19
Added
/accounts/{account}/addresses
which returns the list of on-chain addresses associated with a specific stake key.402
response to mark oversubscription (projects exceeded their daily subscription plan)
Changed
/tx/submit
endpoint, which now accepts CBOR encoded serialized transaction instead of a binary blob.
Fixed
- functionality and description of rate limiting (429), oversubscription (402) and banning (418)
v0.1.5
[0.1.5] - 2021-03-12
Added
/assets/{asset}/txs
endpoint to list all transactions of a given asset- Owners to
/txs/{hash}/pool_updates
endpoint
Changed
- Altered functionality and description of
active_epoch
in/accounts/{stake_address}
to better match its changed functionality. When account is deregistered (active
field isfalse
), this field contains the epoch number of deregistration. reward_address
->reward_account
in/pools/{pool_id}
and/txs/{hash}/pool_updates
endpoints as the previous name was misleading and incorrect- Deprecated
unit
field of not yet usedmetadata
in/assets/{asset}
endpoint - Descriptions of few fields
Fixed
- Multiple endpoints impacted by Cardano DB Sync issue. We have addressed associated issues with a temporary fix which will be in effect until the issue is addressed in the upstream. Please note that this mostly involved retired pools and their associated reward accounts. Affected endpoints and their parameters:
/pools/{pool_id}
live_stake
live_size
live_saturation
live_pledge
/pools/{pool_id}/delegators
live_stake
/accounts/{stake_address}
controlled_amount
withdrawable_amount
- Missing treasury in calculation of
live_stake
in/pools/{pool_id}/delegators
endpoint. Other endpoints were not affected - Pool hopping account issues which were causing that some pools were displaying slightly higher
live_stake
values and thus also very slightly skewedlive_size
andlive_saturation
calculations in/pools/{pool_id}
endpoint active_epoch
in/accounts/{stake_address}
was previously displaying epoch of delegation, not epoch of de/registration