v0.2.2
Improved
Node RPC moved to dedicated folder/addresses/{address}/inscriptions
- Updates response schema. Backward compatible
/assets/dunes/{dune}
- removed field:
data.total_utxos
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
Added
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.2
Added
New DRC20 Transfer Inscriptionsaddresses/\{address}/transfer\inscriptions
- DRC20 Transfer Inscriptions by Address
v0.1.1
Added
Filter UTxO without Runes and Inscriptions/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
Improved
Adding Runes Circulating supply/assets/dunes/{rune}
;- Added
circulating_supply
to provide the current amount of a specific Dune in circulation.
v0.1.05
Added
New Dunes Holders/assets/dunes/{dune}/holders
- List of all addresses that hold the specified Dune, with the respective amounts.
v0.1.04
Added
New Transaction Details/rpc/transactions/{tx_hash}
- Transaction Information
v0.1.03
Added
Dune UTxOs by Address and Dune/addresses/{address}/dunes/{dune}
- Returns all UTxOs controlled by the specified address or script pubkey that contain a specified type of Dune;
v0.1.02
Improved
Ignore dust UTxO filter/addresses/\{address}/utxos
- Added
filter_dust_threshold
filter to ignore UTxOs containing less than specified shibes.