blockfrost / openapi

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

Assets minted or burned in transaction #200

Open nazrhom opened 2 years ago

nazrhom commented 2 years ago

Hello, I wanted to understand what the best way to get the assets that are minted or burned in a transaction.

From what I can see the txs/{hash} endpoint returns a field which counts how many assets are minted or burned in a tx, for every other _count property in the tx, there is an endpoint to get details about what is being counted, but I can not see one for mint or burned assets.

Is the intended way to get this information to calculate it directly from comparing in/out utxos?