Zipmex
Quick Start
- Sign up at zipmex.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 Zipmex — crypto exchange with presence in Thailand, Indonesia, Singapore, Australia. WARNING: in restructuring process — functionality may be limited. Former Bappebti-regulated participant, limited set trading pairs. Automatic crypto tax calculation.
| Provider ID | zipmex |
| Category | Crypto & Blockchain |
| Website | zipmex.com |
Supported operations: get_ticker/1 supported_pairs/0 create_order/2 cancel_order/2 get_balances/1 platform_status/0 calculate_crypto_tax/1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
zipmex_api_key | API Key |
zipmex_secret | Secret Key (HMAC) |
zipmex_api_url | API base URL |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /ticker/{pair} | Ticker |
| POST | /order | Order creation |
| DELETE | /order/{id} | Order cancellation |
| GET | /balances | Balances |