Releases: blockfrost/openapi
Releases · blockfrost/openapi
v0.1.13
v0.1.12
v0.1.11
v0.1.10
[0.1.10] - 2021-04-17
Changed
- deprecated
indexin favour ofcert_indexin/txs/{hash}/delegations
Added
onchain_metadatato/assets/{asset}endpointslotparameter to/txs/{hash}endpointcert_indexparameter to all relevant endpoints:/txs/{hash}/stakes/txs/{hash}/pool_updates/txs/{hash}/pool_retires
Fixed
/poolstrailing slash in documentation
v0.1.9
[0.1.9] - 2021-04-04
Added
/assets/{asset}/addresseslists of the addresses holding a specific asset/assets/policy/{policy_id}lists the assets minted under a specific policy
Changed
tx_indexin/addresses/{address}/utxos- it has been deprecated in favour ofoutput_index/endpoint propertyversiontype number -> string
v0.1.8
v0.1.6
[0.1.6] - 2021-03-19
Added
/accounts/{account}/addresseswhich returns the list of on-chain addresses associated with a specific stake key.402response to mark oversubscription (projects exceeded their daily subscription plan)
Changed
/tx/submitendpoint, 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}/txsendpoint to list all transactions of a given asset- Owners to
/txs/{hash}/pool_updatesendpoint
Changed
- Altered functionality and description of
active_epochin/accounts/{stake_address}to better match its changed functionality. When account is deregistered (activefield isfalse), this field contains the epoch number of deregistration. reward_address->reward_accountin/pools/{pool_id}and/txs/{hash}/pool_updatesendpoints as the previous name was misleading and incorrect- Deprecated
unitfield of not yet usedmetadatain/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_stakelive_sizelive_saturationlive_pledge
/pools/{pool_id}/delegatorslive_stake
/accounts/{stake_address}controlled_amountwithdrawable_amount
- Missing treasury in calculation of
live_stakein/pools/{pool_id}/delegatorsendpoint. Other endpoints were not affected - Pool hopping account issues which were causing that some pools were displaying slightly higher
live_stakevalues and thus also very slightly skewedlive_sizeandlive_saturationcalculations in/pools/{pool_id}endpoint active_epochin/accounts/{stake_address}was previously displaying epoch of delegation, not epoch of de/registration
v0.1.4
v0.1.2
[0.1.2] - 2021-03-05
Fixed
/pools/retiredand/pools/retiringare now sorted first byepochand thentx_idas it was causing inconsistencies when pool announced its retirement way back in the past (in this case, the retired pool could be inserted in the middle of already retired pools)/poolswas showing duplicate values in some special casesjson_metadatatype intx_metadata_label_jsonOpenAPI scheme so it would correctly accept all values - thanks @sorki
Changed
/poolsendpoint now also includes retiring (not yet retired) pools- All
/addresses/{address}endpoints now also acceptpayment_credin Bech32 format - All
/pools/{pool_id}endpoints now also acceptpool_idin Hex format