Luno
Quick Start
- Sign up at luno.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 Luno — international crypto exchange (DCG portfolio) with presence in Indonesia. Bappebti-regulated, focused on emerging markets (SEA, Africa). Support IDR pairs, fiat on/off-ramp, automatic crypto tax calculation.
| Provider ID | luno |
| Category | Crypto & Blockchain |
| Website | luno.com |
Supported operations: get_ticker/1 get_orderbook/1 supported_pairs/0 create_order/2 cancel_order/2 get_open_orders/2 get_balances/1 withdraw/2 calculate_crypto_tax/1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
luno_api_key | API Key |
luno_api_secret | API Secret |
luno_api_url | API base URL |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/1/ticker?pair={pair} | Ticker |
| GET | /api/1/orderbook_top?pair={pair} | Order book |
| POST | /api/1/postorder | Order creation |
| POST | /api/1/stoporder | Order cancellation |
| GET | /api/1/listorders?pair={pair} | Open orders |
| GET | /api/1/balance | Balances |
| POST | /api/1/send | Withdrawal crypto |