API Reference
Title | Endpoint | Description |
---|---|---|
BRC20 by Address | /addresses/{address}/brc20 | Retrieve BRC20 assets and balances controlled by a specific address or script pubkey. |
Inscriptions by Address | /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. |
Transactions by Address | /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. |
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. |
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 |
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. |
Title | Endpoint | Description |
---|---|---|
List of all inscription activity in the block |  |
Title | Endpoint | Description |
---|---|---|
/transactions/{tx_hash}/inscriptions/activity | List of all inscription activity in a transaction |
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 |
Title | Endpoint | Description |
---|---|---|
Blockchain Info | /rpc/general/info | Retrieve general information about the state of the blockchain. |
Title | Endpoint | Description |
---|---|---|
Mempool Info | /rpc/mempool/info | Retrieve information about the current state of the mempool. |
Mempool Transactions | /rpc/mempool/transactions | List transactions currently in the mempool. |
Mempool Transaction Info | /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. |
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 |
Recent Transactions | /rpc/transaction/recent/{count} | List of ordered recent transactions |
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 |