Welcome to the Obiex API Documentation, your guide to building amazing payment experiences with our powerful APIs. Start by reviewing the overview of each section to understand how the APIs function and interact. This will help you get the most out of our platform and easily integrate its features into your applications.Documentation Index
Fetch the complete documentation index at: https://developer.obiex.finance/llms.txt
Use this file to discover all available pages before exploring further.
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