Authorization is performed via an API key, which is expected to be passed in the header of the request, under the key name apiKey .
Example:
curl -X GET 'https://translate.noves.fi/evm/chains' \
-H 'apiKey: your_api_key'
You can retrieve your API key from the customer portal.
Authorizing through partners
If you're authorizing through the Chainstack marketplace, you'll be passing a JWT token through the following URL:
curl -X GET 'https://chainstack.translate.noves.fi/evm/chains' \
-H 'Authorization: Bearer <YOUR_JWT_TOKEN>'