@blockfrost/openapi
Advanced tools
Changelog
[0.1.23] - 2021-07-01
mint_or_burn_count
property to /assets/{asset}
endpointasset_mint_or_burn_count
property to /txs/{hash}
endpointdecimals
property to /assets/{asset}
endpointChangelog
[0.1.22] - 2021-07-01
nutlink
endpointsChangelog
[0.1.19] - 2021-06-11
mir_cert_count
property to /txs/{hash}
from
and to
into /addresses/{address}/transactions
endpoint/txs/{hash}/mirs
endpoint to display MIR details/accounts/{stake_address}/withdrawals
and /accounts/{stake_address}/mirs
endpointstxs/{hash}/stakes
default orderingChangelog
[0.1.18] - 2021-06-06
/addresses/{address}/transactions
and /assets/{asset}/transactions
to be requiredChangelog
[0.1.17] - 2021-06-02
/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/addresses/{address}/txs
and /assets/{asset}/txs
are deprecated (but still functional) in favour of newly added endpointsnumber
parameter in /epochs/{number}/
string -> integerChangelog
[0.1.16] - 2021-05-25
/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 blockonchain_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/filesChangelog
[0.1.15] - 2021-05-19
registration
and retirement
arrays in /pools/{pool_id}/
endpoint doesn't need to be Nullable
Changelog
[0.1.14] - 2021-05-19
amount
in /accounts/{stake_address}/rewards
, /accounts/{stake_address}/delegations
and /accounts/{stake_address}/history
endpoints doesn't need to be Nullable