v0.2.5
Added
New Indexer Endpoints/assets/collections/{collection_symbol}/stats- Collection Stats by Collection Symbol
/transactions/{tx_hash}/metaprotocols- Transaction Info with Metaprotocols
/markets/btc/prices/batch- Fetch BTC prices by timestamp
/btc/prices/{timestamp}- Fetch BTC price by timestamp
/mempool/transactions/{tx_hash}/metaprotocols- Transaction Info with Metaprotocols (Mempool-aware)
/wallet/addresses/{address}/activity- Wallet Satoshi Activity by Address (Mempool-aware)
/wallet/addresses/{address}/activity/metaprotocols- Metaprotocol Activity by Address
/wallet/addresses/{address}/balance/historical- Historical Satoshi Balance by Address
/wallet/addresses/{address}/inscriptions/activity- Inscription Activity by Address (Mempool-aware)
/wallet/addresses/{address}/runes/activity- Rune Activity by Address (Mempool-aware)
/wallet/addresses/{address}/statistics- Address Statistics (Mempool-aware)
v0.2.4
Added
New Indexer Endpoints/addresses/{address}/brc20/transfer_inscriptions- List of all BRC-20 transfer inscriptions at a specific address
/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
Added
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
- Total Bitcoin balance (in Satoshi) at specified address
/mempool/assets/runes/{rune}/holders- Total Runes balance at specified address
v0.2.2
Added
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
/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.
/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.
/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.
/mempool/fee_rates- Statistics regarding fee rates of transactions within estimated mempool blocks
/block/recent- Recent block info”
/transaction/batch- Transaction info batch by hash array
/transaction/hex- Transaction info by hex
/transaction/recent- Recent transactions
Improved
Updated Runes and Inscription Info endpoints/assets/inscriptions/{inscription_id}- Updates response schema. Backward compatible
/assets/runes/{rune}- removed field:
data.total_utxos
/blocks/{height_or_hash}/inscriptions/activity- Updates response schema. Backward compatible
/transactions/{tx_hash}/inscriptions/activity- Updates response schema. Backward compatible
/mempool/addresses/{address}/runes- Changed mempool_blocks_limit in query
/mempool/addresses/{address}/utxos- Changed mempool_blocks_limit in query
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
/block/{height_or_hash}/miner- Block Miner information
/block/{height_or_hash}/volume- Block volume in Satoshis
rpc/transaction/decode- Decode Raw transaction
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}/utxosexclude_metaprotocolsflag 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
Added
Adding Runes Circulating supply/assets/runes/{rune};- Added
circulating_supplyto provide the current amount of a specific Rune in circulation.

