unisat-wallet / dev-support

14 stars 11 forks source link

How to get all Rune UTXOs for an address? #19

Closed lifofifoX closed 1 month ago

lifofifoX commented 2 months ago

Is there a method similar to unisat.getInscriptions(cursor,size) - but for getting utxos with any Rune balances?

abangZ commented 1 month ago

https://docs.unisat.io/dev/unisat-developer-service/runes/get-address-runes-utxo

lifofifoX commented 1 month ago

@abangZ Was hoping to avoid an API call.