CoinVoyage applies rate limits to keep payment flows reliable during traffic spikes, retries, and abusive request patterns. Limits vary by endpoint and credential type.Documentation Index
Fetch the complete documentation index at: https://docs.coinvoyage.io/llms.txt
Use this file to discover all available pages before exploring further.
429 responses
When a request exceeds a limit, CoinVoyage returns429 Too Many Requests:
Retry-After is present, wait at least that many seconds before retrying.
Retry guidance
- Respect
Retry-Afterinstead of retrying immediately. - Add jitter when multiple workers or browser tabs may retry the same operation.
- Use bounded exponential backoff for network failures and
5xxresponses. - Retry reads more freely than create or mutation requests.
- Keep fulfillment and reconciliation idempotent by PayOrder ID.