Skip to main content

Luno

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

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 IDluno
CategoryCrypto & Blockchain
Websiteluno.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

ParameterDescription
luno_api_keyAPI Key
luno_api_secretAPI Secret
luno_api_urlAPI base URL
environmentproduction

API Reference

MethodEndpointDescription
GET/api/1/ticker?pair={pair}Ticker
GET/api/1/orderbook_top?pair={pair}Order book
POST/api/1/postorderOrder creation
POST/api/1/stoporderOrder cancellation
GET/api/1/listorders?pair={pair}Open orders
GET/api/1/balanceBalances
POST/api/1/sendWithdrawal crypto

Resources