daemon/get_transactions
Gets a list of transactions by their hashes
hash[]: list of hashes to get tx data for
example: gettransactions.php?hash[]=(hash1)&hash[]=(hash2)
daemon/get_transaction_pool_stats
Gets transaction pool statistics
daemon/set_bans
Block a node by the IP address
ip: IP to ban
ban: To ban or not true/false
time: Number of seconds to ban for
daemon/get_connections
Gets the number of blocks in the longest chain
daemon/get_last_block_header
Gets the last block header
daemon/get_info
gets the current node information
daemon/explorer
gets the current node information
daemon/get_block
Gets a block by it's hash
hash: Block hash to search for
daemon/get_generated_coins
Gets the number of coins generated in the chain
daemon/get_tx_pubkey
Extracts the TX public key from the TX.Extra data
extra: TX.Extra field to extract the pubkey from
daemon/get_block_header_by_height
Gets a block header by it's height
hash: Block height to search for
daemon/get_block_headers_range
Gets the block headers in the specified range
start_height: Height of the first block in the
end_height: Height of the last block in the range
daemon/get_bans
Gets a list of nodes blocked by this node
daemon/mining_status
Gets the mining status of the node
daemon/get_block_template
Gets a block template
address: Miner address to generate block template for
res: Reserve size
daemon/decode_outputs
Decodes the amounts in the transaction hashes provided
WARNING: This function requires you to send your private view key to the server
hash[]: list of hashes to get tx data for
address: the public address of the receiver
viewkey: the private view key of the receiver
example: gettransactions.php?hash[]=(hash1)&hash[]=(hash2)
daemon/hard_fork_info
Gets hardfork information
daemon/get_block_header_by_hash
Gets a block header by it's hash
hash: Block hash to search for
daemon/get_peer_list
Gets the peer list of the node
daemon/get_block_count
Gets the number of blocks in the longest chain
daemon/get_transaction_pool
Gets a list of transactions in the pool
daemon/get_block_hash
Gets a block hash at the specified height
height: A height to return a block hash for