The Logx Network API uses different authentication methods depending on the endpoint. Here’s a breakdown of the authentication requirements:
API Key and Secret: Some endpoints require authentication using logx-key and logx-secret. You can obtain these credentials by using the /auth API endpoint.
Signature: Some endpoints require a combination of logx-key, logx-secret, and a signature to verify the request.
No Authentication: Certain endpoints are publicly accessible and do not require any authentication.