API Reference

14min

Blockchain Indexer API

Addresses

Title

Endpoint

Description

 DRC20 by Address

/addresses/{address}/drc20

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

Dunes by Address

/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}/inscriptions

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

addresses/{address}/transfer_inscriptions

List of all unused transfer inscriptions which reside at the specified address or script

/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 at the specified address or script pubkey.



DRC20

Title

Endpoint

Description

List DRC20

/assets/drc20

List all deployed DRC20 assets by ticker.

DRC20 Info

/assets/drc20/{ticker}

Retrieve information about a specific DRC20 asset.

DRC20 Holders

/assets/drc20/{ticker}/holders

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



Dunes

Title

Endpoint

Description

List Dunes

/assets/dunes

List all deployed Dunes assets by ID and name.

Dunes Info

/assets/dunes/{dune}

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

Holders by Dune

/assets/dunes/{dune}/holders

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

UTxOs by Dunes

/assets/dunes/{dune}/utxos

Retrieve all UTxOs that contain the specified Dune.



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



Node RPC API

Block

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 Dogecoin blocks

Recent Block Info

rpc/block/recent/{count}

Get the most recent Dogecoin blocks

Block Info

rpc/block/{height_or_hash}

Get Dogecoin block by he



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

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.





Updated 07 Dec 2024
Doc contributor
Did this page help you?