Skip to main content

API Key

caution

All requests to Arkhia APIs require an API key to be attached in the path or the header of the request for authentication

Using the Arkhia dashboard, you can access your API key on the project details page, under the security section.

Screenshot

How to add the API key to a request?

# The API Key needs to be passed in the header for Rest API requestscurl --location 'https://<YOUR_BASE_URL>/hedera/mainnet/api/v1/blocks' \--header 'x-api-key: <YOUR_API_KEY>'