📄️ f_block_json
Returns information on a single block.
📄️ f_blocks_list_json
Returns information on the last 30 blocks from height.
📄️ f_on_transactions_pool_json
Returns the list of transaction hashes present in mempool.
📄️ f_transaction_json
Returns information on single transaction.
📄️ getblockcount
Returns the total number of blocks in the blockchain (the height of the top block plus one).
📄️ getblockheaderbyhash
Retrieves the block header information for a given block hash.
📄️ getblockheaderbyheight
Retrieves the block header information for a given block height.
📄️ getblocktemplate
Get a block template on which mining a new block.
📄️ getlastblockheader
Returns the block header information of the most recent block.
📄️ submitblock
Adds new block to the blockchain. Request should contain one string with hex-encoded block blob.