Get a block ID given a block height.
Request: requestType is getBlockId height is the block height
requestType
height
Response:
(S) block is the block ID (N) requestProcessingTime is the API request processing time (in millisec)
block
requestProcessingTime
Example:
Request:
http://localhost:801/BEAM?requestType=getBlockId&height=502000
{ “block”: “9782158559918006093”, “requestProcessingTime”: 1 }
Last updated 3 years ago