You can find your API key in your Zinc dashboard after creating an account.
Example Authentication Request
- Include your API key in the
Authorizationheader - Format:
Authorization: Bearer <your_api_key>
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate Zinc API requests with your client token and API key.
curl https://api.zinc.com/orders \
-H "Authorization: Bearer <your_api_key>"
Authorization headerAuthorization: Bearer <your_api_key>