Documentation Index
Fetch the complete documentation index at: https://docs.bitrace.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All Bitrace AML API requests require authentication using an API key.API Key
You authenticate requests by including your API key in theX-Access-Key header.
Making Authenticated Requests
Include your API key in the request header:Security Best Practices
-
Environment Variables: Store your API key in environment variables
-
Never commit API keys: Add
.envfiles to your.gitignore - Rotate keys regularly: Periodically update your API keys
- Use different keys for dev/prod: Use separate API keys for development and production environments
- Monitor usage: Keep track of your API usage to detect any unauthorized access
Error Handling
If your API key is invalid or missing, you’ll receive a401 Unauthorized response: