Changelog

13min

v0.2.1

Added


New Inscription Activity Endpoints

  • /blocks/{height_or_hash}/inscriptions/activity
    • List of all inscription activity in the block
  • /transactions/{tx_hash}/inscriptions/activity
    • List of all inscription activity in a transaction

New Block Volume and Miner Info

  • /block/{height_or_hash}/miner
    • Block Miner information
  • /block/{height_or_hash}/volume
    • Block volume in Satoshis

New Transaction Decode Endpoint

  • rpc/transaction/decode
    • Decode Raw transaction

New Recent Transactions Endpoint

  • rpc/transaction/recent/{count}
    • List of ordered recent transactions
Improved


Updated path url for PSBT Decode Endpoint

  • /transaction/psbt/decode
    • Decode PSBT transaction

v0.2.0

Added


New Inscription Endpoints

  • /addresses/{address}/inscriptions
    • List of all inscriptions which reside at a specific address of script pubkey
  • /assets/inscriptions/{inscription_id}
    • Information about an inscription
  • /assets/inscriptions/{inscription_id}/content_body
    • Paginated response of inscription content body byte array
Improved


Node RPC moved to dedicated folder

  • /rpc/block/*
    • endpoints moved to Node RPC folder
  • /rpc/mempool/*
    • endpoints moved to Node RPC folder
  • /rpc/transaction/*
    • endpoints moved to Node RPC folder


v0.1.1

Added


Filter UTxO without Runes and Inscriptions

  • /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
Improved


Divisibility field added to represent Runes fractional balances.

  • /assets/runes/{rune}/holders
  • /assets/runes/{rune}
  • /addresses/{address}/runes/{rune}
  • /addresses/{address}/runes
  • /assets/runes/{rune}/utxos
Improved


Adding Runes Circulating supply

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


v0.1.02

Improved


Ignore dust UTxO filter

  • /addresses/{address}/utxos
    • Added the filter_dust_threshold option to ignore UTxOs below a specified number of satoshis.



Updated 25 Dec 2024
Did this page help you?