docs/docs/build/rpc-api/daemon-rpc-api/getblocks.bin.md
zano build machine 49f0f115fb Auto generated doc
2025-03-31 15:37:26 +03:00

647 B

NO DESCRIPTION

URL: http:://127.0.0.1:11211/getblocks.bin

Request:

{
  "minimum_height": 0
}

Request description:

  "minimum_height": The minimum height of the returning buch of blocks.

Response:

{
  "blocks": [{
    "block": ""
  }],
  "current_height": 2555000,
  "start_height": 2000000,
  "status": "OK"
}

Response description:

  "blocks": Bunch of blocks
  "current_height": Current height of the blockchain.
  "start_height": Starting height of the resulting bunch of blocks.
  "status": Status of the call.

Auto-doc built with: 2.1.5.397[2872515]