Changelog
20min
Improved
Node RPC moved to dedicated folder
/addresses/{address}/inscriptions
- Updates response schema. Backward compatible
/assets/dunes/{dune}
- removed field: data.total_utxos
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
New DRC20 Transfer Inscriptions
addresses/\{address}/transfer\inscriptions
- DRC20 Transfer Inscriptions by Address
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.
Added
New Dunes Holders
/assets/dunes/{dune}/holders
- List of all addresses that hold the specified Dune, with the respective amounts.
Added
New Transaction Details
/rpc/transactions/{tx_hash}
- Transaction Information
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;
Improved
Ignore dust UTxO filter
/addresses/\{address}/utxos
- Added filter_dust_threshold filter to ignore UTxOs containing less than specified shibes.