Best Practices
Last updated
Store API keys in environment variables.
Use HTTPS for all requests.
Rotate keys regularly.
Use separate keys for development and production.
Never commit API keys to version control.
Never share API keys publicly.
Always check the success field in responses.
Implement retry logic for transient errors.
Handle rate limiting gracefully by respecting the RateLimit-Reset header.
Set appropriate slippage tolerance based on market volatility.
Swagger API Reference: api.dexodus.finance/docs
Protocol Documentation: docs.dexodus.finance
Discord: discord.gg/dexodusFinance
X (Twitter): @DexodusFinance
Last updated