You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Unisat API endpoints for 1 of my services and see some weird output when making tests with address: bc1peamp6zt3gdac467xzku7s5q7p9eddzrnrfwj6d4u526l7ut05ups670g6v
When I call to /v1/indexer/address/{address}/inscription-utxo-data, I see that this address only has 7 inscriptions. But when I check /v1/indexer/address/{address}/balance, I see "inscriptionUtxoCount": 8.
The Owner of the address reported that he recently transferred 48k into this address and saw that this amount is shown as "inscriptionSatoshi" - txid: 7abbc9ec9ee4d6c7c5276718836c5bbb7658affbc6057d94112bc0f97af22242. I can not find the txid in the output for /v1/indexer/address/{address}/inscription-utxo-data.
Please help me check if there's any issue with indexing. Thank you!