getBlockId

Get a block ID given a block height.

Request: requestType is getBlockId height is the block height

Response:

(S) block is the block ID (N) requestProcessingTime is the API request processing time (in millisec)

Example:

Request:

http://localhost:801/BEAM?requestType=getBlockId&height=502000

Response:

{ “block”: “9782158559918006093”, “requestProcessingTime”: 1 }

Last updated