Changelog

35min
v0 2 4 new indexer endpoints /addresses/{address}/brc20/transfer inscriptions list of all brc 20 transfer inscriptions at a specific address new defi market api endpoints /markets/dexs list of all available dexes /markets/dexs/ohlc/{dex}/{symbol} historical market activity (in candlestick ohlc format) for a specific dex and rune /markets/dexs/trades/{dex}/{symbol} historical trades with price (in satoshis) for a specific dex and rune /markets/runes list of available rune registries v0 2 3 new indexer endpoints /addresses/{address}/balance total bitcoin balance (in satoshi) at specified address /transactions/{tx hash}/outputs/{output index} utxo information including metaprotocol data /addresses/{address}/txs new confirmation filter in transasction by address new mempool aware endpoints `/mempool/addresses/{address}/balance total bitcoin balance (in satoshi) at specified address /mempool/assets/runes/{rune}/holders total runes balance at specified address v0 2 2 new collection endpoints /assets/collections/{collection symbol}/inscriptions inscription ids by collection symbol /assets/collections/{collection symbol}/metadata collection metadata by collection symbol /assets/inscriptions/{inscription id}/collection collection metadata by inscription new inscription endpoints /assets/inscriptions/{inscription id}/activity list of all transactions that the inscription was involved in, starting with the reveal tx /assets/inscriptions/{inscription id}/metadata metadata specific to an inscription new block endpoints /blocks/{height or hash} information about a block, including a flag to indicate if it involved metaprotocols /blocks/{height or hash}/transactions list of transactions in the block, providing overall information for each new transaction endpoints /transactions/{tx hash} information about a transaction, including a flag to indicate if the transaction involved metaprotocols /transactions/{tx hash}/metaprotocols information about a transaction, including info about metaprotocols in inputs and outputs new mempool block fee rates endpoint /mempool/fee rates statistics regarding fee rates of transactions within estimated mempool blocks new rpc endpoints /block/recent recent block info" /transaction/batch transaction info batch by hash array /transaction/hex transaction info by hex /transaction/recent recent transactions updated runes and inscription info endpoints /assets/inscriptions/{inscription id} updates response schema backward compatible /assets/runes/{rune} removed field data total utxos updated inscription activity endpoints /blocks/{height or hash}/inscriptions/activity updates response schema backward compatible /transactions/{tx hash}/inscriptions/activity updates response schema backward compatible updated mempool block limit /mempool/addresses/{address}/runes changed mempool blocks limit in query /mempool/addresses/{address}/utxos changed mempool blocks limit in query v0 2 1 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 updated path url for psbt decode endpoint /transaction/psbt/decode decode psbt transaction v0 2 0 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 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 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 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 adding runes circulating supply /assets/runes/{rune} ; added circulating supply to provide the current amount of a specific rune in circulation v0 1 02 ignore dust utxo filter /addresses/{address}/utxos added the filter dust threshold option to ignore utxos below a specified number of satoshis