Upbit Indonesia
Quick Start
- Sign up at id.upbit.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 Upbit Indonesia — Korean crypto exchange (Dunamu/Kakao), adapted for Indonesia. Bappebti-regulated, high liquidity (Korea orderbook), 200+ trading pairs, IDR fiat support. JWT-authentication.
| Provider ID | upbit_id |
| Category | Crypto & Blockchain |
| Website | id.upbit.com |
Supported operations: get_ticker/1 get_market_list/0 popular_markets/0 create_order/2 cancel_order/2 get_orders/2 get_accounts/1 withdraw/2 calculate_crypto_tax/1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
upbit_access_key | Access Key (JWT) |
upbit_secret_key | Secret Key (JWT signing) |
upbit_api_url | API base URL |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/ticker?markets={market} | Ticker |
| GET | /v1/market/all | Markets list |
| POST | /v1/orders | Order creation |
| DELETE | /v1/order | Order cancellation |
| GET | /v1/orders | Orders list |
| GET | /v1/accounts | Balances |
| POST | /v1/withdraws/coin | Withdrawal crypto |