doge_bb_getBlock RPC Method
Please note that this RPC method requires the Dogecoin Blockbook RPC add-on enabled on your QuickNode endpoint.
Parameters
block
string
REQUIRED
The block hash or block height (as a string)
object
object
The options object with the following fields:
page
integer
The page you would like to retrieve.
Returns
page
integer
The page number returned in this response
totalPages
integer
The number of pages available for your original query
itemsOnPage
integer
The maximum number of transactions returned in this response
hash
string
The block hash
previousBlockHash
string
The hash of the previous block
nextBlockHash
string
The hash of the next block
height
integer
The block height or index
confirmations
integer
The number of confirmations
size
integer
The size of the block in bytes
time
integer
The block time (UNIX epoch)
version
integer
The block version
merkleRoot
string
The merkle root
nonce
string
Block nonce
bits
string
The difficulty bits
difficulty
string
Difficulty of the block
txCount
integer
Total number of transactions in the block
txs
array
List of transaction objects
txid
string
The transaction ID
vin
array
Transaction inputs
n
integer
Index of the input
addresses
array
Addresses providing the input
isAddress
boolean
True if input is from a known address
value
string
Input value in the smallest unit of DOGE (koinu)
vout
array
Transaction outputs
value
string
Output value in the smallest unit of DOGE (koinu)
n
integer
Output index
addresses
array
Destination addresses
isAddress
boolean
True if output is to an address
spent
boolean
Whether this output has been spent
blockHash
string
Hash of the block containing this transaction
blockHeight
integer
Height of the block containing this transaction
confirmations
integer
Confirmations since inclusion in a block
blockTime
integer
Timestamp of the block
value
string
Total output value of the transaction in the smallest unit of DOGE (koinu)
valueIn
string
Total input value of the transaction in the smallest unit of DOGE (koinu)
fees
string
Fees paid for this transaction in the smallest unit of DOGE (koinu)
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free