https://quote-api.dflow.net for public use, but this endpoint has rate limits that make it insufficient for production applications.
For production use, integrators should contact
[email protected] to receive an API key with higher
rate limits.
Using Your API Key
Once you receive your API key, include it in all requests to the Trade API by setting thex-api-key header. Requests that include a valid API key are authenticated and benefit from higher rate limits suitable for production use.
GET Requests
For GET requests, include the API key in the request headers:POST Requests
For POST requests, include the API key alongside other headers:Security Best Practices
- Store your API key securely using environment variables
- Never commit API keys to version control
- Rotate your API key if it’s ever exposed