โŒ About FreshRSS

Normal view

There are new articles available, click to refresh the page.
Before yesterdayNews from the Ada programming language world

Blockfrost API - input to the output

I'm trying to use this API from the blockfrost: https://docs.blockfrost.io/#tag/Cardano-Transactions/paths/~1txs~1%7Bhash%7D~1utxos/get

but the problem is that sometimes I have more inputs than outputs and I don't know which one has the reference like per example in the https://cexplorer.io/tx that shows the user that spends the ADA and where it goes to another wallet, or cexplorer has other API for this purpose? :( Any help, please?

goes: have the transaction input having some variable that can refer to the output to separate each one in a new object to show in a table

Blockfrost.io get transaction data with addresses (from/to)

I am looking at using Blockfrost.io API in order to read cardano transactions, I am looking to get the bare minimum which is:

  • Address from
  • Address to
  • Assets transfered (type + amount)
  • Fees

So far I can not find how to retrieve a transaction addresses from and to while using:

https://docs.blockfrost.io/#tag/Cardano-Transactions/paths/~1txs~1%7Bhash%7D/get

Am I missing something?

โŒ
โŒ