Skip to main content
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.

Base URLs

Obiex provides two environments for your integration:
EnvironmentBase URL
Staginghttps://staging.api.obiex.finance/v1/
Productionhttps://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/signup

Production

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.finance

Rate 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 minute
  • x-ratelimit-remaining: Remaining requests in current window
  • x-ratelimit-reset: Unix timestamp when the rate limit resets