Base URLs
Obiex provides two environments for your integration:| Environment | Base URL |
|---|---|
| Staging | https://staging.api.obiex.finance/v1/ |
| Production | https://api.obiex.finance/v1/ |
Environments
Staging
No real crypto is involved. We’ll still send webhooks and email notifications, and most of the APIs function the same. We recommend that you do all your testing in this mode. To create a staging account, use: https://staging.app.obiex.finance/auth/signupProduction
Real crypto, real transactions, real effects. Only switch to this after you’ve tested your integration thoroughly. To create a live account, use: https://obiex.financeRate Limits
All API requests are subject to rate limiting. The current limit is 200 requests per minute per API key. Rate limit headers are included in every response:x-ratelimit-limit: Maximum requests per minutex-ratelimit-remaining: Remaining requests in current windowx-ratelimit-reset: Unix timestamp when the rate limit resets