API documentation
Documentation for available REST API endpoints. All responses are returned in JSON format with standard HTTP status codes. Authentication requires a Bearer token using your API key.
Authentication
All API endpoints require an API key sent using the Bearer authentication method.
curl --request GET \
--url 'https://lnc.one/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://lnc.one/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API results use the UTC timezone unless stated otherwise.