FAQ
How do I get an API key?
Request access through your Requidex account manager. Keys are provisioned with explicit scopes.
Where should I send API requests?
Use the base URL:
https://api.requidex.com/api/open/v1
What authentication type is supported?
Bearer API key authentication in the Authorization header.
Are write methods supported?
No. The external Open API is read-only. Non-GET methods return 405 METHOD_NOT_ALLOWED.
How should I handle rate limits?
Handle 429 RATE_LIMITED using retry with exponential backoff and jitter.
Is there a sandbox environment?
No. Open API access is production-only.
How do I track API changes?
Review the ChangeLog page before releases.