API Documentation

mirbda.io Docs

Everything you need to interact with the Bitcoin blockchain. Simple endpoints, fast responses, no authentication required.

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