Paralism Node RESTAPI

  1. Home
  2. Docs
  3. Paralism Node RESTAPI
  4. 3. SyncHyperblock retrieves the specified hyperblock from the chain space and downloads it to this node

3. SyncHyperblock retrieves the specified hyperblock from the chain space and downloads it to this node

*Parameter: hid, hyperblock number

*Example: http://127.0.0.1:8080/SyncHyperblock?hid=9

Return value:

  • success The super block data download was successful, and the user program can call the GetHyperblocks interface to extract the super block data.
  • nonexistent The specified super block number was not found.
  • downloading Found super block data, downloading in progress.
Was this article helpful to you? Yes No