getdifficulty

Returns the proof-of-work difficulty as a multiple of the minimum difficulty.

This method will use 10 Compute Units.


Reference: Here

Returns

NameTypeDescription

n

numeric

the proof-of-work difficulty as a multiple of the minimum difficulty.

curl https://mainnet.bitcoin.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
 -X POST \
 -H "Content-Type: application/json" \
 -d '{
	"jsonrpc": "1.0",
	"id": "curltest",
	"method": "getdifficulty",
	"params": []
}'

Last updated