Changelog
13min
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
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
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.
Improved
Ignore dust UTxO filter
- /addresses/{address}/utxos
- Added the filter_dust_threshold option to ignore UTxOs below a specified number of satoshis.