Independent Reserve
Quick Start
- Sign up at independentreserve.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 Independent Reserve — Australian-Singapore-based crypto exchange (founded 2013). Has MAS license. Provides spot trading, OTC Desk for large deals (100K+ SGD), SMSF-compatible (for AU superfunds), FIX API for algo trading. Focus on institutional and retail clients in AU/NZ/SG.
| Provider ID | independent_reserve |
| Category | Crypto & Blockchain |
| Website | independentreserve.com |
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
api_secret | API Secret (HMAC) |
api_url | URL API |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /Public/GetOrderBook | Orderbook |
| GET | /Public/GetMarketSummary | Ticker / market summary |
| POST | /Private/PlaceLimitOrder | Limit order |
| POST | /Private/PlaceMarketOrder | Market order |
| POST | /Private/CancelOrder | Order cancellation |
| POST | /Private/RequestOtcQuote | OTC quote |