Getdifficulty

getdifficulty

post

Returns the current difficulty as a multiple of the minimum difficulty (lowest possible difficulty on the network). This is a relative measure of how difficult it is to find a new block.

Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample: 1.0
idstringRequiredExample: getdifficulty
methodstring · enumRequiredPossible values:
paramsarrayRequired

This method takes no parameters.

Responses
chevron-right
200

Difficulty value returned successfully

application/json
resultnumber · doubleOptional

The current difficulty as a multiple of the minimum difficulty. For example, a result of 8342150203598.12 means the current difficulty is ~8.34 trillion times harder than the minimum.

errorobject · nullableOptional

Null if successful; otherwise contains error details

idstringOptional

The ID of the request

post
/

Last updated