Changelog

7min

Overview

v0.1.1

Updated:

  • Divisibility was added to response definitions to ensure an accurate representation of fractional values for Rune balances.
    • /assets/runes/{rune}/holders
    • /assets/runes/{rune}
    • /addresses/{address}/runes/{rune}
    • /addresses/{address}/runes
    • /assets/runes/{rune}/utxos

Updated:

  • /assets/runes/{rune}
    • Added circulating_supply to provide the current amount of a specific Rune in circulation.

Added:

  • /addresses/{address}/utxos
    • exclude_metaprotocols flag to allow excluding metaprotocol UTxOs in Runes and inscriptions. To use, append the full query parameter ?exclude_metaprotocols=true


v0.1.02

Updated/addresses/{address}/utxos

  • Added the filter_dust_threshold option to ignore UTxOs below a specified number of satoshis.


v0.1.01

  • Updated/addresses/{address}/utxos
    • Added the filter_dust option to filter out UTxOs with less than 100,000 satoshis.


v0.1.00

  • Initial release with various features, including:
    • Miscellaneous additions.
    • RPC Mempool endpoints.



Updated 04 Oct 2024
Did this page help you?