I am trying to calculate the SOPR value for bitcoin. For this, I need to compare the prices of utxo-s when spent vs when created. Is this possible to be calculated using the bitquery api only?
I tried to go through the explorer and I am quite new into this, but could not find any reliable way to fetch the UTXOs. Or maybe one can infere utxo-s using the chainflow?
I am trying to understand how I can utilize the query you provided for my needs (and sorry if some of my questions have obvious answers which I am not aware of).
How do I get the value of this utxo when spent? I believe its not that straightforward, since multiple utxo-s with different creation times might be included in a transaction and that’s where the real trouble begins for me.