Initial Set-Up
Complete these operations before embarking on writing, reading and verifying † records.
Configure REST API Info
The API URL and the associated key and means of using the key will be provided by your supplier. We set them up as variables to make the endpoints easier to use in the subsequent examples.
Example code:
Check Readiness
This enables you to check that the program is initially working and find out its version number.
Example code:
Example cURL response:
Chain Event uses semantic versioning as specified at https://semver.org.
Check Liveness
This enables you to check whether the program thinks it is Healthy or not. Applications that interact with nChain Event could call this every hour when they are idling.
Example code:
Example cURL response:
Last updated