Authentication

Introduction

The API utilises API keys to authenticate requests.

In particular, authentication to the API is performed via HTTP Bearer Authentication (also called token authentication).

So, to perform an authenticated API call, you must set the Authorization header of your HTTP request to Bearer <YOUR_API_KEY>.

Getting an API KEY

Send a message to [email protected] or DM Octavio to get access to our API and Sandbox.

For users with a direct partner integration (for instance: Chainstack), please use the API Key directly provided by your node provider in their interface.

❗️

As for your wallet private key, keep your API Key for yourself!