POST /v1/blockchain/best-block-hash
Returns the hash of the latest block in the Bitcoin blockchain.
curl --location 'https://api.mirbda.io/v1/blockchain/best-block-hash' \
--header 'Content-Type: application/json' \
--data '{
"id": "mirbda#1"
}' ➜ POST/v1/blockchain/best-block-hash
Click Run to execute the request