Skip to main content

Tokocrypto

Quick Start
  1. Sign up at tokocrypto.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 Tokocrypto →

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 IDtokocrypto
CategoryCrypto & Blockchain
Websitetokocrypto.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

ParameterDescription
toko_api_keyAPI Key
toko_secret_keySecret Key (HMAC-SHA256)
toko_api_urlAPI base URL (sandbox / production)
environmentproduction

API Reference

MethodEndpointDescription
GET/api/v1/ticker/24hrTicker 24h
GET/api/v1/depthOrder book
POST/api/v1/orderOrder creation
DELETE/api/v1/orderOrder cancellation
GET/api/v1/openOrdersOpen orders
POST/api/v1/fiat/depositDeposit IDR
POST/api/v1/fiat/withdrawWithdrawal IDR
POST/api/v1/withdrawWithdrawal crypto

Resources