Skip to main content

Pintu

Quick Start
  1. Sign up at pintu.co.id 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 Pintu →

Overview

Integration with Pintu — crypto investment platform for retail users Indonesia. Bappebti-regulated, focus on simplicity (buy/sell), 100+ crypto assets, IDR fiat on/off-ramp. PTU Token (utility token ecosystem). Automatic crypto tax calculation.

Provider IDpintu
CategoryCrypto & Blockchain
Websitepintu.co.id

Supported operations: get_market_info/1 get_market_list/0 popular_coins/0 buy/2 sell/2 get_portfolio/1 get_idr_balance/1 withdraw/2 get_deposit_address/2 calculate_crypto_tax/1


Configuration

Required Parameters

ParameterDescription
pintu_api_keyAPI Key
pintu_secret_keySecret Key
pintu_api_urlAPI base URL (sandbox / production)
environmentproduction

API Reference

MethodEndpointDescription
GET/v1/market/{symbol}Information about market
GET/v1/market/listMarkets list
POST/v1/trade/buyCryptocurrency purchase
POST/v1/trade/sellCryptocurrency sale
GET/v1/portfolioPortfolio
GET/v1/balance/idrBalance IDR
POST/v1/withdrawWithdrawal crypto
GET/v1/deposit/address/{crypto}Address for deposit

Resources