blockfrost / openapi

OpenAPI specification for Blockfrost.io service
https://docs.blockfrost.io
MIT License
22 stars 16 forks source link

Transaction Confirmations (Block Confirmations) #307

Closed matiwinnetou closed 1 year ago

matiwinnetou commented 1 year ago

Koios has a very nice API which I am missing in Blockfrost - number of confirmations for a transactions.

https://api.koios.rest/#post-/tx_status

matiwinnetou commented 1 year ago

It is possible to achieve the above using another call to BlockService but it would be nice to have it in one call, it is a common case actually.

mmahut commented 1 year ago

This would decrease the cachability of the endpoint, therefore we decided not to include this information within this endpoint.