Pintu
Quick Start
- Sign up at pintu.co.id 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 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 ID | pintu |
| Category | Crypto & Blockchain |
| Website | pintu.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
| Parameter | Description |
|---|---|
pintu_api_key | API Key |
pintu_secret_key | Secret Key |
pintu_api_url | API base URL (sandbox / production) |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/market/{symbol} | Information about market |
| GET | /v1/market/list | Markets list |
| POST | /v1/trade/buy | Cryptocurrency purchase |
| POST | /v1/trade/sell | Cryptocurrency sale |
| GET | /v1/portfolio | Portfolio |
| GET | /v1/balance/idr | Balance IDR |
| POST | /v1/withdraw | Withdrawal crypto |
| GET | /v1/deposit/address/{crypto} | Address for deposit |