Hello,
I am using the ‘Sign in with Coinbase’ API to get all transactions into our wallet with a specific account Id (my BTC wallet) and that is all working fine. However, on a response, I am missing some key information.
For example, who the transaction is from, their wallet etc and the destination. Now I can assert that the destination is my wallet address, however, I do not have a sender wallet address?
I have a transaction hash which is valid and is available to view on a blockexplorer, however, for the purposes of our implementation, I require the sender address to be in the from → address JSON response.
Any ideas?