---
updatedAt: 2026-08-19T15:59:34.000Z
---

Fetch the complete documentation index at: https://docs.blockdaemon.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Dogecoin Custom Methods

> 📘
>
> See the [Dogecoin RPC API connection guide](https://docs.blockdaemon.com/docs/how-to-connect-to-dogecoin).

### `blockdaemon`

| Method                    | Notes                                                                                              | Compute Unit Value |
| ------------------------- | -------------------------------------------------------------------------------------------------- | ------------------ |
| `bd_getbalances`          | Returns confirmed and pending balances for multiple addresses.                                     | 5                  |
| `bd_getbalance`           | Returns an address balance at the latest height, a specified height, or with mempool transactions. | 5                  |
| `bd_getbalanceatheight`   | Returns an address balance at a specified block height.                                            | 5                  |
| `bd_listunspent`          | Returns unspent transaction outputs for an address.                                                | 5                  |
| `bd_listtransactions`     | Returns transactions for an address within a specified block range.                                | 10                 |
| `bd_getblockheaderbydate` | Returns block-header information for a specified date.                                             | 5                  |
| `bd_getblockbyheight`     | Returns block information for a specified block height.                                            | 10                 |
| `bd_getspendingtx`        | Returns the transaction that spent a specified transaction output.                                 | 5                  |
| `bd_gettxcount`           | Returns a transaction count for the requested scope.                                               | 5                  |
| `bd_stats`                | Returns Blockdaemon service statistics for the requested scope.                                    | 10                 |