Authentication
Connect3 requires authentication via API key for access to all endpoints. API keys are provided per-project, and can be access directly from your project page.
APIs keys are generated this way so that teams can have a clear view of the resources their individual projects are using.
API Key Authentication
There is currently only one way you can provide an API key when creating a request to Connect3.
Example request with headers
curl -G https://wax.connect3.io/v1/chain/get_info \
-H "apikey: {Project API Key}"