Skip to main content

Quick Start

Arkhia's Events API allows for our premium users to subscribe to real time events for a specific item. Due to the ability of changing state in our systems, requests on the Events API needs a 2 layer auth Project.

For that follow the steps below

  1. Create a Project under Create Project on the Dashboard Projects tab.
  2. Toggle ON the 2 Layer auth checkbox
  3. Copy the Api Key and the Api Secret Screenshot
  4. Make a request using the following values
    • URL: https://api.arkhia.io/service/status/{PROJECT_API_KEY}
    • Headers : x-api-secret: ${PROJECT_API_SECRET}
  5. Run the CURL below in a terminal and make sure it returns your current event settings
curl -X POST --location 'https://api.arkhia.io/events/hedera/settings/{PROJECT_API_KEY}' -H 'x-api-secret: {PROJECT_API_SECRET}'