API Reference

13min

Blockchain Indexer API

Addresses

Title

Endpoint

Description

/addresses/{address}/drc20

Retrieve DRC20 tokens and balances controlled by the specified address or script pubkey.

/addresses/{address}/dunes

Return all Dunes tokens and corresponding amounts in UTxOs controlled by the specified address.

/addresses/{address}/dunes/{dune}

Return UTxOs containing a specific Dune controlled by the specified address or script pubkey.

/addresses/{address}/txs

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

/addresses/{address}/utxos

List all UTxOs at the specified address or script pubkey.



DRC20

Title

Endpoint

Description

/assets/drc20

List all deployed DRC20 assets by ticker.

DRC20 Info

/assets/drc20/{ticker}

Retrieve information about a specific DRC20 asset.

/assets/drc20/{ticker}/holders

Retrieve addresses or script pubkeys that hold a specific DRC20 asset.



Dunes

Title

Endpoint

Description

/assets/dunes

List all deployed Dunes assets by ID and name.

/assets/dunes/{dune}

Retrieve information about a specific Dune, including supply and holders.

/assets/dunes/{dune}/holders

List of all addresses that hold the specified Dune, with the respective amounts.

/assets/dunes/{dune}/utxos

Retrieve all UTxOs that contain the specified Dune.



Blocks

Title

Endpoint

Description

/blocks/latest

Retrieve information about the latest block on the chain.

/blocks/{block_hash}

Retrieve detailed information about a specific block by its hash.



General

Title

Endpoint

Description

/general/info

Retrieve general information about the state of the blockchain.



Transactions

Title

Endpoint

Description

/transactions/psbt/decode

Decode a Partially Signed Bitcoin Transaction (PSBT).

/transactions/submit

Submit a signed transaction to the network.

/transactions/{tx_hash}

Retrieve information about a specific transaction by its hash.



Transaction-RPC

Title

Endpoint

Description

/rpc/transactions/{tx_hash}

Get transaction details.



Mempool Monitoring API

Mempool-RPC

Title

Endpoint

Description

/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.



Updated 11 Oct 2024
Doc contributor
Did this page help you?