Share your GetBlock experience with other devs and get 5M RPCs

banner image
dgb

DigiByte

DGB

POST

GET

chevron-right

Last updated on January 1, 1970

1 min read

Method getbestblockhash DigiByte (DGB)
connect with JSON-RPC protocol

getbestblockhash

info-circle-fill

Returns the hash of the best (tip) block in the most-workfully-validated chain.

Parameters

-

Request

curl --location --request POST 'https://dgb.getblock.io/mainnet/' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "getbestblockhash",
"params": [],
"id": "getblock.io"}'

Response

{
    "error": null,
    "id": "getblock.io",
    "result": "b034141fc8e8024752b39513c9ed6db14690bf3a7fe9911a89c83578a73f0457"
}
banner icon

Start Building with GetBlock RPCs for Free