Skip to main content

Upbit Indonesia

Quick Start
  1. Sign up at id.upbit.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 Upbit Indonesia →

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 IDupbit_id
CategoryCrypto & Blockchain
Websiteid.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

ParameterDescription
upbit_access_keyAccess Key (JWT)
upbit_secret_keySecret Key (JWT signing)
upbit_api_urlAPI base URL
environmentproduction

API Reference

MethodEndpointDescription
GET/v1/ticker?markets={market}Ticker
GET/v1/market/allMarkets list
POST/v1/ordersOrder creation
DELETE/v1/orderOrder cancellation
GET/v1/ordersOrders list
GET/v1/accountsBalances
POST/v1/withdraws/coinWithdrawal crypto

Resources