API Reference

18min


Blockchain Indexer API

Addresses

Title

Endpoint

Description

BRC20 by Address

/addresses/{address}/brc20

Retrieve BRC20 assets and balances controlled by a specific address or script pubkey.

/addresses/{address}/inscriptions

List of all inscriptions which reside at a specific address of script pubkey

Runes by Address

/addresses/{address}/runes

Retrieve all Runes tokens and corresponding amounts in UTxOs controlled by a specified address.

UTxOs by Runes

/addresses/{address}/runes/{rune}

Return all UTxOs for a specific address containing a specific Rune.

/addresses/{address}/txs

List all transactions that consumed or produced a UTxO controlled by the specified address.

UTxOs by Address

/addresses/{address}/utxos

List all UTxOs which reside at the specified address or script pubkey.



BRC20

Title

Endpoint

Description

List BRC20 Assets

/assets/brc20

List all deployed BRC20 assets by ticker.

BRC20 Info

/assets/brc20/{ticker}

Retrieve information about a specific BRC20 asset.

BRC20 Holders

/assets/brc20/{ticker}/holders

Retrieve addresses or script pubkeys that hold a specific BRC20 asset and their corresponding balances.



Inscriptions

Title

Endpoint

Description

Inscription Info

/assets/inscriptions/{inscription_id}

Information about an inscription

/assets/inscriptions/{inscription_id}/content_body

Paginated response of inscription content body byte array



Runes

Title

Endpoint

Description

List Runes

/assets/runes

List all deployed Runes assets by ID and name.

Runes Info

/assets/runes/{rune}

Retrieve information about a specific Rune, including supply and number of holders.

Holders by Runes

/assets/runes/{rune}/holders

List of all addresses that hold the specified Rune, together with the respective amount of that rune.

UTxOs by Runes

/assets/runes/{rune}/utxos

Retrieve all UTxOs that contain the specified Rune.



Blocks

Title

Endpoint

Description

List of all inscription activity in the block





Transactions

Title

Endpoint

Description

/transactions/{tx_hash}/inscriptions/activity

List of all inscription activity in a transaction

Node RPC API

Blocks

Title

Endpoint

Description

Latest Block

/rpc/block/latest

Retrieve information about the latest block on the chain.

Block Range Info

/rpc/block/range/{start_height}/{end_height}

Get a range of Bitcoin blocks

Recent Block Info

/rpc/block/recent/{count}

Get the most recent Bitcoin blocks

Get Block Info

/rpc/block/{height_or_hash}

Get Bitcoin block by he

Block Miner

/block/{height_or_hash}/miner

Get block miner information

Block Volume

/block/{height_or_hash}/volume

Get block volume in Satoshis



General

Title

Endpoint

Description

Blockchain Info

/rpc/general/info

Retrieve general information about the state of the blockchain.



Mempool

Title

Endpoint

Description

Mempool Info

/rpc/mempool/info

Retrieve information about the current state of the mempool.

/rpc/mempool/transactions

List transactions currently in the mempool.

/rpc/mempool/transactions/{tx_hash}

Retrieve detailed information about a specific transaction in the mempool.

/rpc/mempool/transactions/{tx_hash}/ancestors

List ancestors of a specific transaction in the mempool.

/rpc/mempool/transactions/{tx_hash}/descendants

List descendants of a specific transaction in the mempool.



Transactions

Title

Endpoint

Description

Estimate Fee

/rpc/transaction/estimatefee

Estimate approximate fee per kilobyte needed for a transaction

Decode PSBT

/rpc/transaction/psbt/decode

Decode a Partially Signed Bitcoin Transaction (PSBT).

Send Transaction

/rpc/transaction/submit

Submit a signed transaction to the network.

Transaction Info

/rpc/transaction/{tx_hash}

Retrieve detailed information about a specific transaction by its hash.

Decode Transaction

/rpc/transaction/decode

Decode Raw Transaction

/rpc/transaction/recent/{count}

List of ordered recent transactions



Mempool Metaprotocol API

Mempool

Title

Endpoint

Description

Runes by Address

/mempool/addresses/{address}/runes

Runes tokens and amount controlled by an address in the mempool

UTxOs by Address

/mempool/addresses/{address}/utxos

List of UTxOs controlled by an address in the mempool



Updated 25 Dec 2024
Did this page help you?