Overview
API documentation for deposits, orders, transactions, transfers, and webhooks.
Modified at Apr 28, 2026, 05:38 AM UTC
We provide API access to our services so your application can integrate with them more easily.
Base URL
This is the API base URL used by every request in this documentation:
https://cekceir.onlineAuthentication
Send your API key as a Bearer token on every protected endpoint:
Authorization: Bearer <api_key>Accept: application/jsonFor requests with a JSON body, also send:
Content-Type: application/jsonKeep API keys private
Do not place API keys in publicly accessible application surfaces, including client code, mobile bundles, request URLs, screenshots, or logs. Store keys in backend environment variables or a secret manager, then have your backend call the API.
Jump To
Authentication
Create API keys, set access, and verify requests.
Deposits
Top up an account balance.
Orders
Create service orders and read their results.
Transactions
Read wallet balance, transactions, and ledger mutations.
Transfers
Move funds to another account with idempotency.
Webhooks
Receive order callbacks and verify signatures.
Dhru Compatibility
Use the legacy Dhru form endpoint for compatible integrations.