Get Nakamoto block

Fetch a Nakamoto block by its index block hash.

GET
/v3/blocks/{block_id}

Fetch a Nakamoto block

Fetch a Nakamoto block by its index block hash.

Path Parameters

block_id
Required
string

The block's ID hash

Status codeDescription
200The raw SIP-003-encoded block will be returned.
404The block could not be found
/v3/blocks/{block_id}

curl -X GET "http://localhost:20443/v3/blocks/string"

"string"