Changelog

11min

Overview

v0.1.1

Updated:

  • /assets/dunes/{dune}
    • Added circulating_supply to provide the current amount of a specific Dune in circulation.

Added:

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


v0.1.05

Added:

  • ​/assets/dunes/{dune}/holders Holders by Dunes List of all addresses that hold the specified Dune, with the respective amounts.


v0.1.04

Added:

  • /rpc/transactions/{tx_hash} Transaction Details


v0.1.03

Added:

  • /addresses/{address}/dunes/{dune}Dune UTxOs by Address and Dune
    • Returns all UTxOs controlled by the specified address or script pubkey that contain a specified type of Dune.


v0.1.02

Updated:

  • /addresses/{address}/utxos UTxOs by Address
    • Added filter_dust_threshold filter to ignore UTxOs containing less than specified shibes.


v0.1.01

Updated:

  • /addresses/{address}/utxos UTxOs by Address
    • Added filter_dust filter to ignore UTxOs containing less than 100000 sats


v0.1.00

  • Initial release plus miscellaneous additions.
  • RPC Mempool endpoints.



Updated 05 Oct 2024
Doc contributor
Did this page help you?