> For the complete documentation index, see [llms.txt](https://docs.bbscoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bbscoin.org/development-integration/daemon-node-api/json-rpc-request/submitblock.md).

# submitblock

### Input

| Argument | Mandatory | Description                     | Format                      |
| -------- | --------- | ------------------------------- | --------------------------- |
|          | yes       | Binary array of block to submit | array of hexadecimal string |

### Output

| Argument | Description                           | Format |
| -------- | ------------------------------------- | ------ |
| status   | Status of request, "OK" if successful | string |

### Notes

* This method expects an array containing single element of hexadecimal string converted from block data.
