Integra Ledger

Number of APIs: 5

The Integra Ledger utilizes Hyperledger Fabric and Hyperledger Composer with its blockchain infrastructure. Smart Contracts execution and data access is performed through a RESTful API. Global Legal Blockchain Consortium members run their own nodes and their identities are established through the Integra Ledger certificate authority. Integra Inc. runs a publicly accessible API Gateway allowing non consumerism participants to interact with the Ledger.

Contact Support: Name: No Contact Email: email@example.com

  1. IdentityExists (GET) GET {{baseUrl}}/IdentityExists?identityId=<get>

  2. KeyForOwner (GET) GET {{baseUrl}}/KeyForOwner?owner=<get>&nameSpace=<>

  3. RegisterIdentity (POST) POST {{baseUrl}}/RegisterIdentity

  4. RegisterKey (POST) POST {{baseUrl}}/RegisterKey

  5. ValueExists (GET) GET {{baseUrl}}/ValueExists?value=<get>