Getdifficulty
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
1.0idstringRequiredExample:
getdifficultymethodstring · enumRequiredPossible values:
paramsarrayRequired
This method takes no parameters.
Responses
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
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/Last updated