Blocks

Upload a Nakamoto block

Upload a Nakamoto block to the node for processing.

  • Body - must be the binary (SIP-003) serialization of a NakamotoBlock.
  • Authentication - only required when the query parameter broadcast=1 is supplied. In that case the caller must include an Authorization header.
post/v3/blocks/upload

Query parameters

broadcast'1'

If set to "1" the node will broadcast the uploaded block to peers. When present the request must include a valid Authorization header.

Response

Block upload result.

BlockUploadResponse required— unresolved $ref

Changes

Changed in 14 of the 53 revisions of this API.77