API Reference
Node RPC API
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}/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. | |
/addresses/{address}/utxos | List all UTxOs at the specified address or script pubkey. |
Title | Endpoint | Description |
---|---|---|
/assets/drc20 | List all deployed DRC20 assets by ticker. | |
/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. |
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. |
Title | Endpoint | Description |
---|---|---|
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 |
---|---|---|
rpc/block/latest | Retrieve information about the latest block on the chain. | |
rpc/block/range/{start_height}/{end_height} | Get a range of Dogecoin blocks | |
rpc/block/recent/{count} | Get the most recent Dogecoin blocks | |
rpc/block/{height_or_hash} | Get Dogecoin block by he |
Title | Endpoint | Description |
---|---|---|
rpc/general/info | Retrieve general information about the state of the blockchain. |
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. |
Title | Endpoint | Description |
---|---|---|
rpc/transaction/submit | Submit a signed transaction to the network. | |
rpc/transaction/{tx_hash} | Retrieve detailed information about a specific transaction by its hash. |