Runes Info
Get rune utxos by wallet address
Get rune utxos by wallet address
get/v2/ord/btc/runes/utxos/wallet/{address}
Path parameters
The Bitcoin address to fetch Rune UTXOs for.
Query parameters
runestring required
Filter UTXOs by rune symbol.
sort'balanceDesc' | 'balanceAsc'
Sorting order of the UTXOs based on their balance. Defaults to 'balanceAsc'.
includeListedboolean
Whether to include UTXOs that are currently listed in the marketplace. Defaults to false.
Response
Successful response with an array of UTXOs for the specified address.