Tokocrypto
Quick Start
- Sign up at tokocrypto.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 Tokocrypto — largest crypto exchange Indonesia (Binance partnership). Bappebti-regulated, supports BIDR (IDR stablecoin), 100+ trading pairs. Automatic crypto tax calculation (PPh 0.1%, PPN 0.11%).
| Provider ID | tokocrypto |
| Category | Crypto & Blockchain |
| Website | tokocrypto.com |
Supported operations: get_ticker/1 get_orderbook/2 popular_symbols/0 bidr_info/0 create_order/2 cancel_order/3 get_open_orders/2 create_idr_deposit/2 withdraw_idr/2 withdraw_crypto/2 calculate_crypto_tax/1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
toko_api_key | API Key |
toko_secret_key | Secret Key (HMAC-SHA256) |
toko_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/ticker/24hr | Ticker 24h |
| GET | /api/v1/depth | Order book |
| POST | /api/v1/order | Order creation |
| DELETE | /api/v1/order | Order cancellation |
| GET | /api/v1/openOrders | Open orders |
| POST | /api/v1/fiat/deposit | Deposit IDR |
| POST | /api/v1/fiat/withdraw | Withdrawal IDR |
| POST | /api/v1/withdraw | Withdrawal crypto |