> 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/f_blocks_list_json.md).

# f\_blocks\_list\_json

### Input

| Argument | Mandatory | Description                     | Format |
| -------- | --------- | ------------------------------- | ------ |
| height   | yes       | Height of first block to return | uint64 |

### Output

| Argument | Description                               | Format |
| -------- | ----------------------------------------- | ------ |
| blocks   | List of blocks                            | array  |
| status   | Status of the request, "OK" if successful | string |
