submitblock
Attempts to submit a new block to the network. The block data must be hex-encoded.
Path Parameters
apiKey
Request
This endpoint expects an object.
hexdata
The hex-encoded block data to submit.
dummy
Dummy value for compatibility with BIP22. This value is ignored.
Response
Returns null when valid, or a string error message according to BIP22 otherwise.