Welcome to the CoinPort API
The CoinPort API provides programmatic access to trading, account management, market data, and cryptocurrency operations. Built on Peatio, our REST API uses standard HTTP methods and returns JSON-encoded responses.
Authentication
Secure API requests using Bearer tokens (JWT). Most endpoints require authentication.
Authorization: Bearer YOUR_JWT_TOKEN
Base URL
All API requests:
https://www.coinport.com.au/api/v2/peatio
54 Endpoints
18 Public, 21 Account, 6 Trading, 9 Integrations. All documented with interactive examples.
Response Format
JSON responses with standard HTTP status codes (200, 400, 401, 403, 429, 500).
Quick Start
- Authentication Guide - Learn how to get and use API keys
- Browse Endpoints - Interactive API reference with "Try it out"
- Download Swagger - Import into Postman or Insomnia
- Create Account - Get started with CoinPort
Getting Started in 4 Steps
- Create an account at CoinPort.com.au
- Generate API keys from Profile menu
- Read the Authentication Guide for implementation details
- Explore endpoints below and use "Try it out" to test API calls