cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
764 stars 212 forks source link

[feature] Show incoming tx Input address in wallet API #2710

Open MrMitch17 opened 3 years ago

MrMitch17 commented 3 years ago

I need to get the incoming address of transactions. I am using cardano-wallet for a service and need to use the incoming address for who sent transactions into the wallet. The rest API lists what I am looking for and on the testnet I was getting the address, but on mainnet I am not getting the address. I would like to not have to use another service / API to get this information.

GET /v2/wallets//transactions

"assets and address are always present for outgoing transactions but generally absent for incoming transactions. This information is present on the Cardano explorer, but is not tracked by the wallet."

rvl commented 3 years ago

Hi @MrMitch17, thanks for the report. That feature is on our backlog but it's not a high priority at the moment. You will need to query an explorer for now.

MrMitch17 commented 3 years ago

Sure thing, just figured I would make a note for visibility.

wout commented 2 years ago

I'd love to see this as well. Recently we launched an NFT mint that was using the wallet API to watch for transactions coming in. We had to close again because we were missing the buyers' addresses. We're now converting the app to use Blockfrost.