Rekeningku
Quick Start
- Sign up at rekeningku.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Integration with Rekeningku — Indonesian crypto exchange with OTC desk. Bappebti-regulated, order book + OTC for large deals, 20+ trading pairs with IDR. Support IDR fiat gateway, automatic crypto tax calculation.
| Provider ID | rekeningku |
| Category | Crypto & Blockchain |
| Website | rekeningku.com |
Supported operations: get_ticker/1 get_orderbook/1 supported_pairs/0 create_order/2 cancel_order/2 request_otc_quote/2 execute_otc_quote/2 get_balances/1 calculate_crypto_tax/1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
rekeningku_api_key | API Key |
rekeningku_secret_key | Secret Key (HMAC) |
rekeningku_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/ticker/{pair} | Ticker |
| GET | /api/v1/orderbook/{pair} | Order book |
| POST | /api/v1/order | Order creation |
| DELETE | /api/v1/order/{id} | Order cancellation |
| POST | /api/v1/otc/quote | OTC quote |
| POST | /api/v1/otc/execute | Execution OTC |
| GET | /api/v1/balances | Balances |