Skip to main content

Rekeningku

Quick Start
  1. Sign up at rekeningku.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Rekeningku →

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 IDrekeningku
CategoryCrypto & Blockchain
Websiterekeningku.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

ParameterDescription
rekeningku_api_keyAPI Key
rekeningku_secret_keySecret Key (HMAC)
rekeningku_api_urlAPI base URL (sandbox / production)
environmentproduction

API Reference

MethodEndpointDescription
GET/api/v1/ticker/{pair}Ticker
GET/api/v1/orderbook/{pair}Order book
POST/api/v1/orderOrder creation
DELETE/api/v1/order/{id}Order cancellation
POST/api/v1/otc/quoteOTC quote
POST/api/v1/otc/executeExecution OTC
GET/api/v1/balancesBalances

Resources